|
|
|
|
|
by wtracy
4394 days ago
|
|
Do note that modern compilers can detect when the return value of the ++ operator is unused, and skip the extra steps when unneeded. (I've verified the resulting assembler myself from GCC 3.X.) That said, I still use the prefix notation because I can't come up with a good reason not to. |
|
Is there an equivalent instruction in assembly for postfix increment/decrement?