About Store Forum Documentation Contact



Post Reply 
64 bit application
Author Message
yvanvds Offline
Member

Post: #1
64 bit application
Hey,

just out of curiosity, I compiled my program as 64bit. It compiled just fine, but I expected at least some difference in FPS or loading time. All looks exactly the same. So are there any advantages to a 64 bit compilation? Or should i perhaps optimize my code in a certain way? (In regards to EE I mean, not code in general)
01-08-2012 02:44 AM
Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #2
RE: 64 bit application
Wasn't the only difference that the application could get more allocated memory?
01-08-2012 10:49 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: 64 bit application
64 just allows more memory to be used
Can be useful for servers or tools
01-08-2012 01:31 PM
Find all posts by this user Quote this message in a reply
yvanvds Offline
Member

Post: #4
RE: 64 bit application
Ok, thanks for the quick answer!
01-08-2012 04:43 PM
Find all posts by this user Quote this message in a reply
Post Reply