summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py
diff options
context:
space:
mode:
authorTaewook Oh <twoh@fb.com>2019-04-02 15:48:21 +0000
committerTaewook Oh <twoh@fb.com>2019-04-02 15:48:21 +0000
commit6a27c48be223ce25b73eab7a49f4d502cdf24dce (patch)
tree5b6780d9b5069db5ffdf9839417c041f33f5d38b /lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py
parentb69afa8e9ba51c2e136a9abc3222b8ec40cd128a (diff)
downloadbcm5719-llvm-6a27c48be223ce25b73eab7a49f4d502cdf24dce.tar.gz
bcm5719-llvm-6a27c48be223ce25b73eab7a49f4d502cdf24dce.zip
[SampleProfile] Repeat indirect call promotion only when the target is actually hot.
Summary: It is possible that multiple indirect call targets have been promoted for a single callsite from the profiled binary. Current implementation repeats promotion for all these targets as far as the callsite itself is hot (the callsite is assumed to be hot if any one of these targets was "hot" during the profiling). However, even when one of the ICPed target is hot other targets may not, and we should not repeat promotion for "cold" targets. Reviewers: danielcdh, wmi Subscribers: hiraditya, jdoerfert, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D59940 llvm-svn: 357484
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud