[PATCH] D117853: [ELF] Parallelize --compress-debug-sections=zlib
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 21 10:03:36 PST 2022
dblaikie added a comment.
Is there any chance to avoid buffering the compressed output? (I guess probably not, because you need to know how large it is before you write it to the output file (if you want to parallelize writing sections, which is important no doubt))
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