Is AI able to measure the ratio of craft to cruft source lines of code in Emacs over its lifetime?
praptak 3 hours ago||
SBCL uses a single zero bit to tag integers. This trick means the representation of n is just 2n, so you can add the values directly without any decoding.
It obviously also means that all the other tag values have to use 1 as the last bit.