8 ms·
Such specialized filters can improve compression a lot. For instance, the e8e9 transform converts relative jumps to absolute jumps in x86 EXEs, increasing compr
by joseraul 10y ago
Such specialized filters can improve compression a lot. For instance, the e8e9 transform converts relative jumps to absolute jumps in x86 EXEs, increasing compression because lots of jumps actually point to the same address.
http://mattmahoney.net/dc/dce.html#Section_571 http://mattmahoney.net/dc/dce.html#Section_571