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.
1 file changed
tree: eaff56632d32cdc1c7e474cd484434b4084fa246
  1. linux/
  2. userspace/
  3. .gitignore
  4. COPYING
  5. README