gcc linker compression
Xi Ruoyao
xry111@xry111.site
Tue Nov 22 04:25:02 GMT 2022
On Tue, 2022-11-22 at 12:00 +0800, hongjie wu via Gcc-help wrote:
> ArmClang and IAR support compression in the linker. Does gcc support
> similar operations of compression?
GCC does not contain a linker.
> IAR Compression:
> (1) packbits - Compresses with the PackBits algorithm. Thismethod generates
> good results for data with many identicalconsecutive bytes.
> (2) lz77 - Compresses with the Lempel-Ziv-77 algorithm.This method handles
> a larger variety of inputs well, but hasa slightly larger decompressor.
>
> ARMclang Compression:
> https://software-dl.ti.com/codegen/docs/tiarmclang/compiler_tools_user_guide/compiler_manual/linker_description/08_using_linker_generated_copy_tables/compression-stdz0754720.html
--
Xi Ruoyao <xry111@xry111.site>
School of Aerospace Science and Technology, Xidian University
More information about the Gcc-help
mailing list