[Lldb-commits] [PATCH] D68605: ObjectFileMachO: Replace std::map with llvm::DenseMap (NFC)
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 7 15:59:11 PDT 2019
aprantl created this revision.
aprantl added reviewers: JDevlieghere, labath.
This makes parsing the symbol table of clang ~10ms faster. (Hashtable versus tree).
https://reviews.llvm.org/D68605
Files:
lldb/include/lldb/Utility/ConstString.h
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68605.223685.patch
Type: text/x-patch
Size: 6548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191007/806aa3a4/attachment.bin>
More information about the lldb-commits
mailing list