PDA

View Full Version : 64 bit or 32 bit?



running_rabbit07
October 20th, 2009, 06:56 AM
Which do believe runs faster?

keiichidono
October 20th, 2009, 07:13 AM
I foresee this thread ending up in reccuring discussions.

Simian Man
October 20th, 2009, 03:00 PM
Assuming you mean x86 vs. x86-64 instruction sets on common processors, it depends very much on the applications. For any CPU intensive benchmarks, 64 bits can be much faster because of the increased processor bandwidth. The x86-64 ISA includes other improvements such as more addressable registers which can prevent memory spills. On memory bound processes, however, the extra memory traffic of 64-bit instructions can degrade performance of caches.

running_rabbit07
October 20th, 2009, 03:04 PM
I foresee this thread ending up in reccuring discussions.

Probably. Or, being merged with the 2011 32 bit systems becomes junkies... (http://ubuntuforums.org/showthread.php?t=1295723)

RiceMonster
October 20th, 2009, 03:05 PM
Real geeks use 256 bit

Skripka
October 20th, 2009, 03:06 PM
Real geeks use 256 bit

Hah. I have a 364 & 2/3-bit CPU in my toaster that runs HURD with E17. HAH!

coldReactive
October 20th, 2009, 03:09 PM
I'm going to refrain from voting in this poll, because a 32-bit system CAN run faster than a 64-bit system that runs faster than another 32-bit system that runs faster than a............

Xbehave
October 20th, 2009, 03:14 PM
Whats the point of this thread? who cares what people believe, what about facts:
64bit systems can map large files to memory (e.g if you use a VM/deal with dvds,etc)
64bit systems can handle 64bits at a time(e.g media processing/databases, etc)
however 64bit systems use more memory (i don't know how much, but probably not much)
64bit has a bigger address space so may be more secure (I just made this one up but if ASLR worked properly this would be true)
64bit can use more ram (however 32bit systems with PAE can do this too)