The x32 system call ABI
The x32 system call ABI
Posted Sep 9, 2011 15:45 UTC (Fri) by dlang (guest, #313)In reply to: The x32 system call ABI by gmaxwell
Parent article: The x32 system call ABI
what you are trying to describe is basically what the x32 architecture is doing.
however you missed that libraries can allocate memory as well, and so the libraries must be compiled to only request memory under 4G as well.
