[PATCH] D25766: [ELF] - Implemented --section-ordering-file option.
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 26 11:22:11 PDT 2016
davide added a comment.
In https://reviews.llvm.org/D25766#579847, @grimar wrote:
> When I start lld linked clang under perf, with this patch applied and some empty order file:
> perf stat ./clang-4.0 -help
I'm very skeptical this is a decent testcase, at least alone. ./clang --help takes no time to start up, so, even if you show there's a speed-up it's very hard to understand if it's a real improvement or just noise.
I recommend to try a class of application where load time is a dominant factor, e.g. browsers. I would claim trhat Firefox or Chromium are decent candidates. YMMV.
https://reviews.llvm.org/D25766
More information about the llvm-commits
mailing list