The preinstalled OS is not even using 64-bit mode
Posted Feb 20, 2007 23:18 UTC (Tue) by
cwitty (subscriber, #4600)
In reply to:
The preinstalled OS is not even using 64-bit mode by rfunk
Parent article:
Dell users demand more Linux options (ZDNet UK)
For most architectures that have 32 and 64 bit versions, this is correct--32-bit code runs a little bit faster than 64-bit code. However, AMD64 does more than just increase the word size; it also doubles the number of available general-purpose registers. Since the x86 is register-starved by modern standards (it only has 8 general-purpose registers, and usually two are dedicated to the stack pointer and the frame pointer), moving to 16 registers will often improve performance.
(
Log in to post comments)