Difference between x86, x32, and x64 architectures?
Hans and DarkDust answer covered i386/i686 and amd64/x86_64, so there’s no sense in revisiting them. This answer will focus on X32, and provide some info learned after a X32 port. x32 is an ABI for amd64/x86_64 CPUs using 32-bit integers, longs and pointers. The idea is to combine the smaller memory and cache footprint from … Read more