[PATCH] D44898: [ELF] Fix incorrect deduplication of MergeSyntheticSection's
Rafael Avila de Espindola via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 26 16:22:11 PDT 2018
espindola added a comment.
In https://reviews.llvm.org/D44898#1048688, @ruiu wrote:
> How much did Scylla get slower?
2.8%. Somehow clang-fsds got 2.39% faster.
page faults got worse on all test cases, but on scylla they got worse by 15%. That is consistent with the extra allocations being responsible for the slowdown.
https://reviews.llvm.org/D44898
More information about the llvm-commits
mailing list