commit | ea96222ea514803fa3180de78377e7b00ab8c889 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Tue Jan 16 14:25:12 2007 -0500 |
committer | Rob Landley <rob@landley.net> | Tue Jan 16 14:25:12 2007 -0500 |
tree | 4cead4801696884d0b34029a5b503acee78c6d26 | |
parent | 636b5cf46650d3aa3bbc9b29feb0e07589085e3f [diff] |
Memmove is 11 bytes shorter than the unrolled loop, and Manuel Nova pointed out how to turn an if/else into a multiply and subtract (saving 2 bytes).