Porting 32 bit C++ code to 64 bit - is it worth it? Why?

前端 未结 19 2836
攒了一身酷
攒了一身酷 2020-12-24 00:58

I am aware of some the obvious gains of the x64 architecture (higher addressable RAM addresses, etc)... but:

  • What if my program has no real need to run in nati
19条回答
  •  甜味超标
    2020-12-24 01:41

    64 bit will run a lot faster, when 64 bits compilers become mature, but when it will occur I dont know

提交回复
热议问题