[PATCH] D13023: [Bug 21683 relative] - Refactor of SimpleDefinedAtom::sortReferences()
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 23 12:37:56 PDT 2015
lhames added a subscriber: lhames.
lhames added a comment.
I would expect the cost of a linked-list sort to quickly exceed the cost of copying to/from the vector and sorting there. If that's the case this tidy-up may not be worth the performance hit?
http://reviews.llvm.org/D13023
More information about the llvm-commits
mailing list