[PATCH] D25766: [ELF] - Implemented --section-ordering-file option.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 26 09:52:58 PDT 2016
grimar added a comment.
Posted timing for first case looks like a mistake, raw average results are:
18 - 23 msec and about 900 page faults for empty file and
25 - 30 msec , and about 1,960 page faults for random sections order.
So about 2x more page faults and about 1.3x more time in average.
https://reviews.llvm.org/D25766
More information about the llvm-commits
mailing list