[Lldb-commits] [PATCH] D50225: Use a DenseMap for looking up functions by UID in CompileUnit::FindFunctionByUID
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 10 17:06:08 PDT 2018
teemperor updated this revision to Diff 160214.
teemperor added a comment.
Herald added a subscriber: mgrang.
- Replaced m_functions and instead copy the map to a temporary sorted vector and iterate over that.
https://reviews.llvm.org/D50225
Files:
include/lldb/Symbol/CompileUnit.h
source/Core/Module.cpp
source/Symbol/CompileUnit.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50225.160214.patch
Type: text/x-patch
Size: 7197 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180811/43e8b26c/attachment.bin>
More information about the lldb-commits
mailing list