Found a quick way to improve the speed with which we can read object files from memor...
authorGreg Clayton <gclayton@apple.com>
Fri, 18 May 2012 23:20:01 +0000 (23:20 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 18 May 2012 23:20:01 +0000 (23:20 +0000)
commit4c82d425fa074662f28da3af0ff8c551f06d600d
treeea09ff6a73d4b777248e2233cdcfb6a8e14cfb80
parent457ace7611d82047265f718cf1ea3f67c5d7b70f
Found a quick way to improve the speed with which we can read object files from memory when they are in the shared cache: always read the symbol table strings from memory and let the process' memory cache do the work.

llvm-svn: 157083
lldb/include/lldb/Target/Process.h
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
lldb/source/Target/Process.cpp