Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Which is faster memmove or memcpy?
1
Name:
Anonymous
2009-06-17 13:22
13
Name:
Anonymous
2009-06-17 20:57
>>10
good implementations use
REP MOVSD to move in groups of dwords, then do an "and _rest_reg,3" (mod 4) to calculate the remaining size, and rep movsb the rest if any.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List