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

前端 未结 19 2821
攒了一身酷
攒了一身酷 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:45

    In the case of a dll being called from a 64 bits process then the dll have to be 64 bits as well. Then it does not matter if it's worth it, you simply have no choice.

提交回复
热议问题