diff options
author | Diego Novillo <dnovillo@google.com> | 2015-10-28 17:40:22 +0000 |
---|---|---|
committer | Diego Novillo <dnovillo@google.com> | 2015-10-28 17:40:22 +0000 |
commit | a8a3bd210086b50242903ed95048fe5e53897878 (patch) | |
tree | a61c9188372db14d51c6d3b2f82c402b08488250 /lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method/TestObjCStaticMethod.py | |
parent | d1517e184c6c4208b0c212a763373c9475d7d6b7 (diff) | |
download | bcm5719-llvm-a8a3bd210086b50242903ed95048fe5e53897878.tar.gz bcm5719-llvm-a8a3bd210086b50242903ed95048fe5e53897878.zip |
SamplePGO - Clear per-function data after applying a profile.
The pass was keeping around a lot of per-function data (visited blocks,
edges, dominance, etc) that is just taking up memory for no reason. In
fact, from function to function it could potentially confuse the
propagator since some maps are indexed by line offsets which can be
common between functions.
llvm-svn: 251531
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method/TestObjCStaticMethod.py')
0 files changed, 0 insertions, 0 deletions