Do I need more RAM for programming if I switch to a 64 Bit OS?
- by Buttercup
Hi,
Given that today (for performance reasons?) variables are usually aligned to the "bit-width" (I wanted to use "word-width" here, but on x86 a "word" is still 16 bits right?) of the processor, would switching from a 32 bit OS to its 64 bit version double the RAM usage?
Would this then in turn mean that to do the same work a 32 bit OS can do…