Linked by Jordan Spencer Cunningham on Wed 7th Oct 2009 19:15 UTC, submitted by JayDee
Thread beginning with comment 388161
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Well and a lot of your data (at least the pointers) are suddenly twice as big: you *need* more memory! Using < 4GB RAM with a 64bit OS gives less usable memory than with a 32bit OS. Only if you have significantly more than 4GB RAM 64bit has advantages memory wise. AMD64 has other advantages though: "better" assembler and twice as much registers -> this property should be faster. But bigger pointers = more memory to copy = slower memory operations. So some things are better with 64bit, some aren't.






Member since:
2007-01-18
Well, you can address more memory I suppose.