rllback: improve compression by allowing two-byte run lengths
authorH. Peter Anvin <hpa@zytor.com>
Sun, 17 Feb 2008 02:44:57 +0000 (18:44 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 17 Feb 2008 02:44:57 +0000 (18:44 -0800)
commitc35dd558caf455e47791b45adc557ad1998cd220
tree76c78a54cd1d3971355e38e4258550f1a21b171d
parentcfd4ca71972366cbde56d7804696dede526b84c1
rllback: improve compression by allowing two-byte run lengths

With the command line size being set to 2K, it's common to need longer
runs.  Allow runs up to 8K.
rllpack.inc