mirror of https://git.tukaani.org/xz.git
parent
1a93ab55d1
commit
9edddda563
|
@ -46,11 +46,11 @@ arm64_code(void *simple lzma_attribute((__unused__)),
|
||||||
// The full 26-bit immediate is converted.
|
// The full 26-bit immediate is converted.
|
||||||
// The range is +/-128 MiB.
|
// The range is +/-128 MiB.
|
||||||
//
|
//
|
||||||
// Using the full range is helps quite a lot with
|
// Using the full range helps quite a lot with
|
||||||
// big executables. Smaller range would reduce false
|
// big executables. Smaller range would reduce false
|
||||||
// positives in non-code sections of the input though
|
// positives in non-code sections of the input though
|
||||||
// so this is a compromise that slightly favors big
|
// so this is a compromise that slightly favors big
|
||||||
// files. With the full range only six bits of the 32
|
// files. With the full range, only six bits of the 32
|
||||||
// need to match to trigger a conversion.
|
// need to match to trigger a conversion.
|
||||||
const uint32_t src = instr;
|
const uint32_t src = instr;
|
||||||
instr = 0x94000000;
|
instr = 0x94000000;
|
||||||
|
|
Loading…
Reference in New Issue