summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/help/TestHelp.py
diff options
context:
space:
mode:
authorFrancis Ricci <francisjricci@gmail.com>2017-07-25 18:16:58 +0000
committerFrancis Ricci <francisjricci@gmail.com>2017-07-25 18:16:58 +0000
commit0d920c4418bfce837d2e8eef2da6afc0a1eed989 (patch)
tree599529ab511e04ab86a1b515f45d0be756712e35 /lldb/packages/Python/lldbsuite/test/help/TestHelp.py
parenta7a2c44e705a299553bf41bcf263249d963cd1ca (diff)
downloadbcm5719-llvm-0d920c4418bfce837d2e8eef2da6afc0a1eed989.tar.gz
bcm5719-llvm-0d920c4418bfce837d2e8eef2da6afc0a1eed989.zip
Only scan global sections containing data in LSan on darwin
Summary: __DATA segments on Darwin contain a large number of separate sections, many of which cannot actually contain pointers, and contain const values or objc metadata. Not scanning sections which cannot contain pointers significantly improves performance. On a medium-sized (~4000 files) internal project, I saw a speedup of about 30% in standalone LSan's execution time (30% improvement in the time spent running LSan, not the total program time). Reviewers: kcc, kubamracek, alekseyshl Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D35432 llvm-svn: 308999
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/help/TestHelp.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud