summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Debugger.cpp
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2015-03-20 06:34:38 +0000
committerJustin Bogner <mail@justinbogner.com>2015-03-20 06:34:38 +0000
commite9fe0a298c4c1602b94c2f49ab19a753eaadc87c (patch)
tree5a1bd0ef7c13bda446c52e21d4164f8bfc627fc1 /lldb/source/Core/Debugger.cpp
parent3a8eb896c9d6696402bf113653c4c20b237c7009 (diff)
downloadbcm5719-llvm-e9fe0a298c4c1602b94c2f49ab19a753eaadc87c.tar.gz
bcm5719-llvm-e9fe0a298c4c1602b94c2f49ab19a753eaadc87c.zip
InstrProf: Make profile variables private to reduce binary size overhead
When we instrument a program for profiling, we copy the linkage of an instrumented function so that our datastructures merge in the same way as the function. This avoids redundant copies for things like linkonce, but ends up emitting names we never need to reference for normal and internal symbols. Promoting internal and external linkage to private for these variables reduces the size overhead of profiling drastically. llvm-svn: 232799
Diffstat (limited to 'lldb/source/Core/Debugger.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud