diff options
author | Rong Xu <[email protected]> | 2024-11-02 10:51:13 -0700 |
---|---|---|
committer | Masahiro Yamada <[email protected]> | 2024-11-27 09:38:27 +0900 |
commit | 2fd65f7afd5a73b685a1651cb651ade120b53e15 (patch) | |
tree | e086e6e6453d4353c330caecfc3e39f503c801df /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 0847420f5e499a7ab518942fff71482179290163 (diff) |
AutoFDO: Enable machine function split optimization for AutoFDO
Enable the machine function split optimization for AutoFDO in Clang.
Machine function split (MFS) is a pass in the Clang compiler that
splits a function into hot and cold parts. The linker groups all
cold blocks across functions together. This decreases hot code
fragmentation and improves iCache and iTLB utilization.
MFS requires a profile so this is enabled only for the AutoFDO builds.
Co-developed-by: Han Shen <[email protected]>
Signed-off-by: Han Shen <[email protected]>
Signed-off-by: Rong Xu <[email protected]>
Suggested-by: Sriraman Tallam <[email protected]>
Suggested-by: Krzysztof Pszeniczny <[email protected]>
Tested-by: Yonghong Song <[email protected]>
Tested-by: Yabin Cui <[email protected]>
Tested-by: Nathan Chancellor <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions