Danila Fedorin fb5a8a5a73 Change tagging to assume sign extension.
ARM and x86_64 require "real" pointers to be
sign-extended in their top bits. This means
a working pointer is guaranteed to have either "11"
as leading bits, or "00". So, to tag a "fake" pointer
which is an unboxed 32-bit integer, we simply toggle
the leading bit.
2020-09-17 18:30:55 -07:00
2019-08-06 13:56:32 -07:00
2019-08-26 00:14:45 -07:00
2019-10-10 17:59:44 -07:00
2020-04-09 16:26:10 -07:00
2020-04-26 21:24:24 -07:00
Description
Code for the compiler described in my blog
230 KiB
Languages
C++ 79.4%
C 10.2%
Yacc 6.8%
Lex 1.9%
CMake 1.6%
Other 0.1%