]> wimlib.net Git - wimlib/commit
lzx-decompress.c: Simplify handling of recent offsets
authorEric Biggers <ebiggers3@gmail.com>
Wed, 28 May 2014 15:44:03 +0000 (10:44 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 28 May 2014 15:44:03 +0000 (10:44 -0500)
commit7cd3bc1a6c9830abb079d4500c9b47906bce5898
treebdc4f654a19c7adf7e5de6a70664b02229e86b7d
parent18f9daee201c3e79e6d508f1ce69206b8035ae4b
lzx-decompress.c: Simplify handling of recent offsets

The recent offsets can all be handled by the same code.  This should
remove at least one branch from the generated code.
src/lzx-decompress.c