[PATCH] D39609: Remove a std::map and std::set that show up in LLD profiles
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 3 15:20:27 PDT 2017
ruiu added a comment.
If you can get a similar speedup using SetVector, you don't need to add a new member to Symbol, so I think it is worth a try.
https://reviews.llvm.org/D39609
More information about the llvm-commits
mailing list