What are the advantages of a 64-bit processor?

后端 未结 8 972
耶瑟儿~
耶瑟儿~ 2020-12-09 07:58

Obviously, a 64-bit processor has a 64-bit address space, so you have more than 4 GB of RAM at your disposal. Does compiling the same program as 64-bit and running on a 64-

8条回答
  •  一生所求
    2020-12-09 08:18

    There's a great article on Wikipedia about the differences and benefits of 64bit Intel/AMD cpus over their 32 bit versions. It should have all the information you need.

    Some on the key differences are:

    • 16 general purpose registers instead of 8
    • Additional SSE registers
    • A no execute (NX) bit to prevent buffer overrun attacks

提交回复
热议问题