[PATCH] D45571: [ELF] - Speedup MergeInputSection::splitStrings
Rafael Avila de Espindola via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 27 14:58:01 PDT 2018
espindola added a comment.
The test results are interesting
The geometric mean for seconds-elapsed improves by 0.5%. Scylla is just 0.3% faster.
Part of the reason is a 12% regression on the number of instructions for scylla. Maybe that is because xxhash64 hashes 8 bytes at a time? Have you experimented with reading 8 bytes at a time?
https://reviews.llvm.org/D45571
More information about the llvm-commits
mailing list