The x32 system call ABI
The x32 system call ABI
Posted Sep 7, 2011 6:23 UTC (Wed) by butlerm (guest, #13312)In reply to: The x32 system call ABI by gmaxwell
Parent article: The x32 system call ABI
If x32 compiled distributions run significantly faster than x64, it seems rather likely to me that desktop users will generally end up with _one_ x32 copy of system libraries in memory, with x64 libraries only loaded for the occasional application that needs a very large memory space.
With open source applications, what is there to complain about? If you don't like x32 just use x64 only.
And of course the big advantage of x32 over pointer compression is that no source modifications are required, modifications that in a typical C application would be extremely painful.
