[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 11:53:06 PDT 2017


ruiu added a comment.

Is Config->GCRoot that slow? If so, if you replace it with SetVector, is it still slow?


https://reviews.llvm.org/D39609





More information about the llvm-commits mailing list