Closed graphitemaster closed 4 years ago
Did the XOR linked-list approach and tag bits stuff, still unsure if a global allocator for globals is a good idea, it would trim 64 bytes off each global.
Made even smaller
We can use the tag bits for storing the flags inside m_argument_store
as the last space saving optimization here.
This is as small as it's ever going to be.
consider shrinking the
global_node
size, can use several tricks here: