x86-64 distros needn't cripple themselves to support 32-bit.
Posted Jun 13, 2004 17:06 UTC (Sun) by
loening (subscriber, #174)
In reply to:
x86-64 distros needn't cripple themselves to support 32-bit. by JoeBuck
Parent article:
Debian x86_64 port ready
64 bit is a win today even for apps that don't need it, due to the extra registers that are accessible to applications compiled as x86_64 apps.
Your example of a 32 bit program fitting in physical memory, while the 64 bit version not fitting, is exceedingly unlikely. Remember, the size of data hasn't changed (which is what consumes most of memory), or even the size of instructions, only the size of pointers has doubled (correct me if I'm wrong on this).
What could more likely happen is a 32bit version of a program fits in the CPU cache, while the 64bit is larger, so in some instances, the 32 bit application would be faster. But as the above poster said, 64bit is on average a 8% gain.
(
Log in to post comments)