[PATCH] D51089: [LLD] [COFF] Add support for creating range extension thunks for ARM

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 4 22:23:58 PDT 2018


mstorsjo added a comment.

In https://reviews.llvm.org/D51089#1220360, @mstorsjo wrote:

> In https://reviews.llvm.org/D51089#1217205, @mstorsjo wrote:
>
> > Split out readRelocTargets() to a separate method, which is called in parallel. This reduced the performance drop quite a bit, now the difference is much smaller. In this test round, the fastest run for the original version was 395 ms, after this patch the fastest run was 401 ms. So in this case, the slowdown is around 2% which hopefully is more acceptable.
>
>
> @ruiu - any further comments? Is this form more acceptable?


Ping @ruiu


https://reviews.llvm.org/D51089





More information about the llvm-commits mailing list