![]() |
| | >>> Click
here to download Final Fantasy Ringtones |
| |
#1 So I recently discovered that my laptop has an AMD Turion 64 X2 Dual-Core TL-50 1.6GHz Processor, which, as I understand, means it makes use of 64-bit technology. What might be the differences and/or advatages/disadvantages of having a 64-bit CPU? Last edited by Nominus Experse; 04-03-2008 at 07:58 AM. |
| | |
| |
| Site Staff | Each byte of memory in your system is assigned an address. The address is usually stored as an integer, which is usually 32 bits (4 bytes).Consider that a 32-bit integer can be represented by a string of 32 digits, each of which can be a 1 or a 0. If each possible combination of 32 1s/0s is equivalent to one possible memory address you have defined a finite number of memory addresses (or bytes) that your processor can support. For a CPU of n bits, that number just happens to be 2n, so The max memory that is supported by a 32-bit CPU is 232, or 4GB. For a 64-bit processor, the number is 264, and clearly this is a stupid amount higher than with 32 bits. You only need to look at a graph of 2x to see how much greater the memory space of a 64-bit processor is. In reality though, we really aren't very far at all into using the extra 32 bits, so your motherboard is the limiting factor in how much memory you can take. Dual-core is a whole other kettle of fish though. ![]() |
| | |
| Site Staff | The speed increase is likely to come as a result of a dual core processor actually being able to multi-task properly. It essentially means that each core can perform a separate task instead of one core either postponing one task, or scheduling the tasks so that they get equal processor time. And there is certainly an advantage to having 64-bit, if you want to go over 4GB of RAM. |
| | |