Skip to content

Instantly share code, notes, and snippets.

View georgemitenkov's full-sized avatar

George Mitenkov georgemitenkov

View GitHub Profile
@georgemitenkov
georgemitenkov / byte-types-or-how-to-get-rid-of-i8-abuse-for-chars-in-llvm-ir.md
Last active December 15, 2022 09:59
Byte types, or how to get rid of i8 abuse for chars in LLVM IR

Byte types, or how to get rid of i8 abuse for chars in LLVM IR

Authors: George Mitenkov, Nuno Lopes, Juneyoung Lee

Date: 15.10.2021

Part 0, where we introduce our work

This May, together with Nuno Lopes and Juneyoung Lee we made a proposal to add a new