[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 13:30:14 PDT 2018


espindola added a comment.

My idea was actually to combine both patches.

With this patch the map

MapVector<InputFile *, std::vector<SymbolTableEntry>> Arr;

in https://reviews.llvm.org/D45519 can become a simple array, no?

I will benchmark each independently and the combined patch.


https://reviews.llvm.org/D45548





More information about the llvm-commits mailing list