]> wimlib.net Git - wimlib/commitdiff
lzx-compress.c: Use pointers in lzx_optimize_block()
authorEric Biggers <ebiggers3@gmail.com>
Sun, 1 Jun 2014 13:25:55 +0000 (08:25 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 1 Jun 2014 13:28:34 +0000 (08:28 -0500)
This makes the performance less reliant on the compiler recognizing that
the 'struct lzx_block_spec' does not change throughout the loop.


No differences found