[PATCH] D14140: [ELF2] SECTIONS command basic support
Denis Protivensky via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 11 04:58:49 PST 2015
denis-protivensky added a comment.
In http://reviews.llvm.org/D14140#285339, @ruiu wrote:
> One question is the performance with this patch. Does this slow down the linker? If so, how much?
The average of 20 iterations of self-linking lld on my machine:
- without the patch = 420 ms
- with the patch = 425 ms
http://reviews.llvm.org/D14140
More information about the llvm-commits
mailing list