lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


* Robert G. Jakabosky:

> Another quote from:
> http://lua-users.org/lists/lua-l/2009-08/msg00202.html
>> If someone, somehow eventually outgrows the 4G limit one could
>> switch to compressed pointers. Shifting the pointer by 3 or 4 bits
>> results in a 32 GB or 64 GB limit.
>
> It might be good to do this even if each instance of LJ2 isn't going to use 
> more then 4Gbytes of memory.

OpenJDK had some performance issues with this type of encoding:

<http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2009-March/000867.html>