commit | 578f2a6a239d1eaa2dabc7e951b3db0cbf53d226 | [log] [tgz] |
---|---|---|
author | Lasse Collin <[email protected]> | Wed Jun 09 12:33:51 2010 +0300 |
committer | Lasse Collin <[email protected]> | Wed Jun 09 12:33:51 2010 +0300 |
tree | eaff56632d32cdc1c7e474cd484434b4084fa246 | |
parent | c4c6f5c427c246a5b08f25105e8a5183c24fd077 [diff] |
Reduce code size on x86 (32-bit and 64-bit). The variables in structures in xz_dec_lzma2.c were reordered so that the variables that the code references most are near the beginning of the structure within 128 bytes. This allows three bytes smaller instructions to access the variables, and saves around 700-900 bytes in code size.