DescriptionReplace some calls to MemCopy with small constant sizes with memcpy
MemCopy is only meant for variable size, large (>64bytes) copies,
otherwise, it's probably slower than memcpy due to the call
overhead and the compiler can't optimize it away.
BUG=none
R=jkummerow@chromium.org
LOG=n
Committed: https://code.google.com/p/v8/source/detail?r=21519
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|