[PATCH] D38491: [ELF] Decompress debug info sections early
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 2 21:39:35 PDT 2017
smeenai added a comment.
In https://reviews.llvm.org/D38491#886697, @davide wrote:
> what's the link time impact?
I didn't measure it, but I don't think this should make a noticeable difference, since if we don't decompress the sections here, they'll be decompressed later in `decompressAndMergeSections` anyway.
https://reviews.llvm.org/D38491
More information about the llvm-commits
mailing list