|
-
November 12th, 2008, 09:52 AM
#2
Re: x86 vs x64
"Any CPU" will generate MSIL that can JIT to either environment, but take no advantage of either. x86 and x64 force that environment [and x86 will run on an x64 platform, but as a 32 bit application.
Just remember that (in general) x64 means bigger and slower applications.
What you GAIN is a larger virtual address space. If your machine has <=4GB of RAM, you are likely to see an overall performance decrease. The same applies if your "typical running condition" is under 3GB total virtual address space.
The benefits (again, typically) start to appear when you have 8GB-64GB (or more) on RAM on your machine.
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
2008, 2009,2010
In theory, there is no difference between theory and practice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions 
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|