Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Benchmark 32bit vs 64bit
Gert Offline
Junior Member

Posts: 20
Threads: 0
Joined: Jul 2009
Reputation: 0
#8
Solved: 8 Years, 1 Month, 3 Weeks ago RE: Benchmark 32bit vs 64bit

Actually, in 64 bit mode the processor exposes more registers (general purpose and SSE), therefore the compiler can optimize better by keeping more temporal variables in registers. Hence, tasks that are executed mostly on the CPU may gain from running native 64bit as this article shows:
http://www.phoronix.com/scan.php?page=ar..._pae&num=1

However, the first benchmark in above article also shows that for computer games (that offload a lot of the work to the GPU), the choice of 64 bit over 32-bit doesn't play a big role and a difference may not be seen at all.
09-11-2010, 12:57 AM
Find


Messages In This Thread
Benchmark 32bit vs 64bit - by Caterpillar - 09-07-2010, 09:48 PM
RE: Benchmark 32bit vs 64bit - by Thomas - 09-08-2010, 09:34 AM
RE: Benchmark 32bit vs 64bit - by Caterpillar - 09-08-2010, 09:59 AM
RE: Benchmark 32bit vs 64bit - by Tanshaydar - 09-08-2010, 11:17 AM
RE: Benchmark 32bit vs 64bit - by Caterpillar - 09-08-2010, 11:24 AM
RE: Benchmark 32bit vs 64bit - by Urkle - 09-08-2010, 10:02 PM
RE: Benchmark 32bit vs 64bit - by Caterpillar - 09-08-2010, 10:16 PM
RE: Benchmark 32bit vs 64bit - by Gert - 09-11-2010, 12:57 AM



Users browsing this thread: 1 Guest(s)