View Single Post
  #27  
Old 02-09-2011, 08:42 AM
alextorex alextorex is offline
Senior Members
 
Join Date: Jun 2009
Posts: 21
Thanks: 0
Thanked 3 Times in 2 Posts
I also prefer 64 bit.

The reason is that I don't want my Windows to be over-bloated with WOW64 emulation to support old 32 bit code. I prefer all code to migrate to 64 bit and MS to drop emulation.

Second reason is that when a developer says he can't support 64 bit it instantly crosses my mind that he uses outdated IDE and compilers. And this makes me think that probably the whole code (GUI and everything) is not optimized for current multi-core processors and 64bit OS.

In Delphi you cannot use for example Intel Parallel Studio to optimize the code for multi core etc. Also Delphi use that over-bloated forms which makes huge executables.
Reply With Quote