[PATCH] D13743: Lazily sort ScopesWithImportedEntities to speed up LTO linking.

Ivan Krasin via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 14:12:03 PDT 2015


krasin added a comment.

Now, I have another hypothesis, which also explains the speed up: instead of sorting after each insertion into the vector, I sort them once.
If that's true, the CL could be slightly simplified. I have started a new Chrome linking process which should provide us with this info in about 15 minutes.


http://reviews.llvm.org/D13743





More information about the llvm-commits mailing list