Files
blog-static/code/compiler
Danila Fedorin cf6f353f20 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