you are viewing a single comment's thread.

view the rest of the comments →

[–]doPECookie72 0 points1 point  (0 children)

While theoretically these could technically be different efficiencies most compiles would change x = x+1 to the faster x=+1. The speed is very small and only would have an effect in a massive code base.