Using memcpy/memset

Posted by Andrew Coad on Stack Overflow See other posts from Stack Overflow or by Andrew Coad
Published on 2010-05-24T07:59:57Z Indexed on 2010/05/24 8:41 UTC
Read the original article Hit count: 329

Filed under:
|
|

When using memset or memcpy within an Obj-C program, will the compiler optimise the setting (memset) or copying (memcpy) of data into 32-bit writes or will it do it byte by byte?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about memcpy