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

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 01:21:31 PDT 2017


grimar added a comment.

In https://reviews.llvm.org/D35005#805855, @ruiu wrote:

> 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.


This patch was placed on hold recently.
Rafael mentioned (https://reviews.llvm.org/D35004 + https://reviews.llvm.org/D35236 threads) a different patch for parsers he working on, which perfomance results sounds much better.


https://reviews.llvm.org/D35005





More information about the llvm-commits mailing list