diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-08-26 13:40:19 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-08-26 13:40:19 -0700 |
commit | 7fd010710c0a34ff103bec3fb271f0c207bfcc53 (patch) | |
tree | 710cec51fc102241ec540511a72a6ee4c52d3e87 /nqueens.mu | |
parent | 029a3bdf53b523eded91a30177affdcace3bb2a1 (diff) | |
download | mu-7fd010710c0a34ff103bec3fb271f0c207bfcc53.tar.gz |
3259
Prefer preincrement operators wherever possible. Old versions of compilers used to be better at optimizing them. Even if we don't care about performance it's useful to make unary operators look like unary operators wherever possible, and to distinguish the 'statement form' which doesn't care about the value of the expression from the postincrement which usually increments as a side-effect in some larger computation (and so is worth avoiding except for some common idioms, or perhaps even there).
Diffstat (limited to 'nqueens.mu')
0 files changed, 0 insertions, 0 deletions