memcpy performance differences between 32 and 64 bit processes

后端 未结 7 1889
梦如初夏
梦如初夏 2020-12-14 23:43

We have Core2 machines (Dell T5400) with XP64.

We observe that when running 32-bit processes, the performance of memcpy is on the order of 1.2GByte/s; however memcpy

7条回答
  •  遥遥无期
    2020-12-15 00:27

    My off-the-cuff guess is that the 64 bit processes are using the processor's native 64-bit memory size, which optimizes the use of the memory bus.

提交回复
热议问题