bytepaircompresstarget
Use the bytepaircompresstarget statement to specify that the target executable should be compressed using the bytepair algorithm.
Bytepair compression allows faster decompression than the default Deflate, Huffman+LZ77 algorithm and supports demand paging by performing compression and decompression of code in independent 4kbyte pages.
See also inflatecompresstarget.
See also compresstarget.
See also nocompresstarget.