diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-11-02 17:12:09 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-11-02 17:12:09 +0000 |
commit | 612ecb7674f631bd6fca1512ad633897df162845 (patch) | |
tree | 8cc4e55331b4b05b1b61bba9b7b88787c094225c /src/os/unix/ngx_files.h | |
parent | 7e4f193bb0e1cfa4128052f538dd60519cac02e4 (diff) | |
download | nginx-612ecb7674f631bd6fca1512ad633897df162845.tar.gz nginx-612ecb7674f631bd6fca1512ad633897df162845.zip |
optimize some cycles:
*) delete surplus variable;
*) on i386/amd64 "while (n) / n--" is smaller than "while (n--)",
because the platforms have no postfix operations
Diffstat (limited to 'src/os/unix/ngx_files.h')
0 files changed, 0 insertions, 0 deletions