[PATCH] D41152: Use a custom container to reduce AFDO's memory usage by ~60%

George Burgess IV via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 12 19:00:05 PST 2017


george.burgess.iv added inline comments.


================
Comment at: include/llvm/ADT/TinyAssociativeVector.h:38
+//
+// (Code review FIXME): Naming recommendations welcome. MapVector already means
+// something that's very much different than this. :)
----------------
Visibility boost for this bit ^


https://reviews.llvm.org/D41152





More information about the llvm-commits mailing list