[PATCH] D44898: [ELF] Fix incorrect deduplication of MergeSyntheticSection's

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 26 13:39:07 PDT 2018


ruiu added a comment.

Doesn't this increase lld's memory usage significantly? Mergeable string table tend to be large, and it seems with this patch you keep a copy of an entire section in memory.


https://reviews.llvm.org/D44898





More information about the llvm-commits mailing list