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

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 28 06:47:48 PDT 2017


We still don't have a decent multimap in llvm, right?

Why do you need to keep cursection? It will prevent printing two sections with the same name, no?

On April 27, 2017 11:38:57 PM EDT, Dean Michael Berris via Phabricator via llvm-commits <llvm-commits at lists.llvm.org> wrote:
>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
>
>
>
>_______________________________________________
>llvm-commits mailing list
>llvm-commits at lists.llvm.org
>http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170428/57483b13/attachment.html>


More information about the llvm-commits mailing list