[PATCH] D117853: [ELF] Parallelize --compress-debug-sections=zlib

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 08:07:49 PST 2022


ikudrin accepted this revision.
ikudrin added a comment.
This revision is now accepted and ready to land.

No objections from me too.



================
Comment at: lld/ELF/OutputSections.cpp:343
   writeTo<ELFT>(buf.data());
   // We chose 1 as the default compression level because it is the fastest. If
   // -O2 is given, we use level 6 to compress debug info more by ~15%. We found
----------------
Maybe mention `Z_BEST_SPEED` instead of just `1`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117853/new/

https://reviews.llvm.org/D117853



More information about the llvm-commits mailing list