[PATCH] D59269: ELF: Use bump pointer allocator for uncompressed section buffers. NFCI.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 13 00:02:24 PDT 2019
MaskRay added a comment.
This patch decreases memory usage by 1% when linking a huge internal target with tcmalloc-based lld. Nice job! (However, on the other hand, it makes early freeing pattern impossible; doing that might have been rejected, though)
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59269/new/
https://reviews.llvm.org/D59269
More information about the llvm-commits
mailing list