That way lies madness
That way lies madness
Posted Sep 5, 2011 22:38 UTC (Mon) by intgr (subscriber, #39733)In reply to: That way lies madness by dlang
Parent article: The x32 system call ABI
> and pointer-heavy things like Java are especially likely to benifit from
> the smaller pointers of x32
> the smaller pointers of x32
Offtopic, but interesting: 64-bit Java already offers the -XX:+UseCompressedOops option which turns on pointer compression. By dropping 3 bits from the least significant end of the address, it can address 32GB of memory using 32-bit pointer fields.
