[PATCH] D27152: Merge strings using sharded hash tables.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 23:31:25 PST 2016


ruiu added a comment.

LLD spawns the same number of threads as the number of hardware cores. I didn't adjust that part, but just bound processes to specific cores to run benchmarks. If I adjust the thread count, the performance numbers got better. Here are correct numbers.

Single core: 14.76 seconds
Two cores: 9.121 seconds


https://reviews.llvm.org/D27152





More information about the llvm-commits mailing list