[CM] Idea: using handles instead of pointers, s7_clone

Elijah Stone elronnd at elronnd.net
Sat Sep 24 17:13:58 PDT 2022


On Sat, 24 Sep 2022, Christos Vagias wrote:

> I didn't get your comment of "limit the heap to 1b objects".

A handle is an int--that is 32 bits--and you want to steal 2 bits for tagging. 
2^30 is approximately a billion.


More information about the Cmdist mailing list