[llvm-branch-commits] [llvm] [BOLT][heatmap] Compute section utilization and partition score (PR #139193)
Maksim Panchenko via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon May 12 22:03:06 PDT 2025
https://github.com/maksfb approved this pull request.
The code LGTM.
For practical applications, we sometimes use 3-way function splitting resulting in code being broken into more than two partitions. In such case, the most interesting metrics and score should be attached to non-cold partitions. With "hot text" enabled, the corresponding address range of such partition could be identified by [__hot_start, __hot_end).
https://github.com/llvm/llvm-project/pull/139193
More information about the llvm-branch-commits
mailing list