[PATCH] D13743: Lazily sort ScopesWithImportedEntities to speed up LTO linking.
Ivan Krasin via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 22 11:51:52 PDT 2015
krasin abandoned this revision.
krasin added a comment.
I abandon this revision in favor of http://reviews.llvm.org/D13918
I have moved the collection into DwarfCompilationUnit, as it's the only user for the data.
I also use a DenseMap, as proposed by Peter.
http://reviews.llvm.org/D13743
More information about the llvm-commits
mailing list