[PATCH] D45548: Avoid hash table lookup when sorting local symbols.

Rafael Avila de Espindola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 12 14:17:08 PDT 2018


espindola added a comment.

The results I got

master: 2.819319468 seconds time elapsed
This patch: 2.735310955 seconds time elapsed
https://reviews.llvm.org/D45519: 2.624760166 seconds time elapsed
combined: 2.604495001 seconds time elapsed

So I think we want both.


https://reviews.llvm.org/D45548





More information about the llvm-commits mailing list