commit | 612ecb7674f631bd6fca1512ad633897df162845 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Nov 02 17:12:09 2009 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Nov 02 17:12:09 2009 +0000 |
tree | 8cc4e55331b4b05b1b61bba9b7b88787c094225c | |
parent | 7e4f193bb0e1cfa4128052f538dd60519cac02e4 [diff] |
optimize some cycles: *) delete surplus variable; *) on i386/amd64 "while (n) / n--" is smaller than "while (n--)", because the platforms have no postfix operations