Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Postdecrement is inefficient and dangerous

Name: Anonymous 2009-10-11 20:02

http://www.codeguru.com/forum/showthread.php?t=231052

(If this is true, why is the language not named ++C? I don't understand.)

Name: Anonymous 2009-10-11 20:46


mov mem32, reg32
inc reg32


is the same as:

[code]
inc reg32
mov mem32, reg32
[code]

in terms of CPU cycles.

What is the problem here?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List