x86-64 distros needn't cripple themselves to support 32-bit.
Posted Jun 14, 2004 4:01 UTC (Mon) by
JoeBuck (subscriber, #2330)
In reply to:
x86-64 distros needn't cripple themselves to support 32-bit. by loening
Parent article:
Debian x86_64 port ready
Actually, the case of a 32-bit app fitting in physical memory, while 64-bit doesn't, is quite common, for any app where the storage representation is dominated by pointers. Don't forget that today, people are squeezing hard to get their apps to barely fit in the 32-bit address space, so there are a lot of people right up near the boundary (particularly in chip design).
There are various tricks to reduce the memory penalty for 64-bit, like trying to replace pointers with integer offsets where possible (to be able to address 2**32 words on a 64-bit machine).
(
Log in to post comments)