[Lldb-commits] [PATCH] D50225: Use a DenseMap for looking up functions by UID in CompileUnit::FindFunctionByUID

2018-08-11 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor updated this revision to Diff 160245. teemperor added a comment. - Passing shared_ptr to lambda now as const-ref. https://reviews.llvm.org/D50225 Files: include/lldb/Symbol/CompileUnit.h source/Core/Module.cpp source/Symbol/CompileUnit.cpp Index: source/Symbol/CompileUnit.cpp =

[Lldb-commits] [lldb] r339504 - Use a DenseMap for looking up functions by UID in CompileUnit::FindFunctionByUID

2018-08-11 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Sat Aug 11 16:40:27 2018 New Revision: 339504 URL: http://llvm.org/viewvc/llvm-project?rev=339504&view=rev Log: Use a DenseMap for looking up functions by UID in CompileUnit::FindFunctionByUID Summary: Instead of iterating over our vector of functions, we might as well use

[Lldb-commits] [PATCH] D50225: Use a DenseMap for looking up functions by UID in CompileUnit::FindFunctionByUID

2018-08-11 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL339504: Use a DenseMap for looking up functions by UID in CompileUnit::FindFunctionByUID (authored by teemperor, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https:/