gzip: code shrink
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 19 Oct 2019 16:52:41 +0000 (18:52 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 19 Oct 2019 16:53:19 +0000 (18:53 +0200)
commit6572ef6e1e4822f785b7139ef166586c444dc01e
tree1d102276021114de586d3463ae47c823cd7af6a3
parentc763392458304d68951d0b22e89e2422b9c2f8ef
gzip: code shrink

huft_build() still has way too many params

function                                             old     new   delta
lit                                                    -      94     +94
dist                                                   -      94     +94
huft_build                                          1058    1054      -4
inflate_block                                       1281    1254     -27
cpdext                                                30       -     -30
cplext                                                31       -     -31
cpdist                                                60       -     -60
cplens                                                62       -     -62
------------------------------------------------------------------------------
(add/remove: 2/4 grow/shrink: 0/2 up/down: 188/-214)          Total: -26 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/libarchive/decompress_gunzip.c