The x32 system call ABI
The x32 system call ABI
Posted Sep 1, 2011 22:17 UTC (Thu) by hummassa (guest, #307)In reply to: The x32 system call ABI by cesarb
Parent article: The x32 system call ABI
If you use the 64 bit structures, then you have a 64-bit userland program...
Resuming:
x86_64/amd64 => wastes space (and cache == performance), many registers
ia32 => gains space, few registers
x32 => gains space, many registers
Resuming:
x86_64/amd64 => wastes space (and cache == performance), many registers
ia32 => gains space, few registers
x32 => gains space, many registers
