[Lldb-commits] [PATCH] D32598: Prime module caches outside of the module list lock for better parallelism
Scott Smith via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 27 10:04:07 PDT 2017
scott.smith created this revision.
Loading a shared library can require a large amount of work; rather than do that serially for each library, provide a mechanism to do some amount of priming before hand.
Repository:
rL LLVM
https://reviews.llvm.org/D32598
Files:
include/lldb/Core/Module.h
include/lldb/Symbol/SymbolFile.h
include/lldb/Symbol/Symtab.h
source/Core/Module.cpp
source/Core/ModuleList.cpp
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
source/Symbol/SymbolFile.cpp
source/Symbol/Symtab.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32598.96935.patch
Type: text/x-patch
Size: 5715 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170427/368e988e/attachment.bin>
More information about the lldb-commits
mailing list