32bit到64bit 代码移植相关参考

来源:互联网 发布:淘宝天猫电商仓储外包 编辑:程序博客网 时间:2024/05/16 16:20

64bit代码移植,推荐 Karpov Andrey 的几篇文章:

1.  What advantages do 64-bit processors have over 32-bit ones?   http://www.codeproject.com/Tips/355672/What-advantages-do-64-bit-processors-have-over-32

There are 3 most obvious advantages of 64-bit processors over their 32-bit counterparts: extended address space, capacity increase and bigger number of general-purpose registers.

2.  Lessons on development of 64-bit C/C++ applications   http://www.viva64.com/en/l/   详细的课程讲解

3.  20 issues of porting C++ code on the 64-bit platform  http://www.codeproject.com/Articles/18855/20-issues-of-porting-C-code-on-the-64-bit-platform

4.  Optimization of 64-bit programs  http://www.codeproject.com/Articles/33565/Optimization-of-64-bit-programs

另外,还有一篇 AMD64 (EM64T) architecture  http://www.codeproject.com/Articles/33704/AMD64-EM64T-architecture








0 0
原创粉丝点击