diff options
author | Jason Molenda <jmolenda@apple.com> | 2014-05-23 01:48:10 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2014-05-23 01:48:10 +0000 |
commit | ab35aa92daf1498bed8393a44ddf950d54439cab (patch) | |
tree | 50c4417acc88fa6649aee859585dd6c335aee6f2 /lldb/source/Expression/ClangExpressionDeclMap.cpp | |
parent | 23a285d2d6e9d175e2f06344b39dd1d18a10c24a (diff) | |
download | bcm5719-llvm-ab35aa92daf1498bed8393a44ddf950d54439cab.tar.gz bcm5719-llvm-ab35aa92daf1498bed8393a44ddf950d54439cab.zip |
Instead of having an UnwindTable own a single assembly profiler,
and sharing it with all of its FuncUnwinders, have each FuncUnwinder
create an AssemblyProfiler on demand as needed. I was worried that
the cost of creating the llvm disassemblers would be high for this
approach but it's not supposed to be an expensive operation, and it
means we don't need to add locks around this section of code.
<rdar://problem/16992332>
llvm-svn: 209493
Diffstat (limited to 'lldb/source/Expression/ClangExpressionDeclMap.cpp')
0 files changed, 0 insertions, 0 deletions