[PATCH] D35005: [ELF] - Do not apply relocations to .debug_ranges when building -gdb-index

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 16:25:03 PDT 2017


ruiu added a comment.

Looks like this patch does a tricky thing only to gain 6.5% speedup. If we are behind gold by 6.5%, this might be worth adding, but the performance gap is much more than that, no? If so, it seems a premature optimization to me.


https://reviews.llvm.org/D35005





More information about the llvm-commits mailing list