[PATCH] D32631: Speed up the -Map option.

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 20:38:57 PDT 2017


dberris added inline comments.


================
Comment at: lld/ELF/MapFile.cpp:50
+  // Maps sections to their symbols.
+  DenseMap<const SectionBase *, std::vector<SymbolBody *>> Symbols;
+
----------------
No `SmallVector<...>` ?


https://reviews.llvm.org/D32631





More information about the llvm-commits mailing list