public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: hongjie wu <hongjiewu1225@gmail.com>
To: gcc-help@gcc.gnu.org
Subject: gcc linker compression
Date: Tue, 22 Nov 2022 12:00:30 +0800	[thread overview]
Message-ID: <CAEKG5iC8EL8yLTxt29=TRjS+=xUC2LTzkYdVg5wVjq6j7E16Yg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]

ArmClang and IAR support compression in the linker. Does gcc support
similar operations of compression?
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

             reply	other threads:[~2022-11-22  4:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-22  4:00 hongjie wu [this message]
2022-11-22  4:25 ` Xi Ruoyao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEKG5iC8EL8yLTxt29=TRjS+=xUC2LTzkYdVg5wVjq6j7E16Yg@mail.gmail.com' \
    --to=hongjiewu1225@gmail.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).