memcpy vs assignment in C

Posted by SetJmp on Stack Overflow See other posts from Stack Overflow or by SetJmp
Published on 2008-11-27T15:17:04Z Indexed on 2010/03/19 3:21 UTC
Read the original article Hit count: 378

Filed under:
|
|
|

Under what circumstances should I expect memcpys to outperform assignments on modern INTEL/AMD hardware? I am using GCC 4.2.x on a 32 bit Intel platform (but am interested in 64 bit as well).

© Stack Overflow or respective owner

Related posts about c

    Related posts about memcpy