The x32 system call ABI
The x32 system call ABI
Posted Sep 9, 2011 18:12 UTC (Fri) by gmaxwell (guest, #30048)In reply to: The x32 system call ABI by dlang
Parent article: The x32 system call ABI
It would only take a single syscall to the kernel to tell it to never give this process access to _any_ address space outside of the first 4gb (not via sbrk, mmap, etc).
It would have ~all the performance benefits without doubling the libraries in memory. It wouldn't, however, retain the benefit of reduced porting benefit of existing 32bit crapware since pointers in library owned structures would be the other size. ::shrugs::
