[all-commits] [llvm/llvm-project] 0c7746: [BOLT] Expose external entry count for functions (...
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Tue Jun 10 14:31:43 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0c774682889ae9b1b89cb9d4d796283f205b8a63
https://github.com/llvm/llvm-project/commit/0c774682889ae9b1b89cb9d4d796283f205b8a63
Author: Amir Ayupov <aaupov at fb.com>
Date: 2025-06-10 (Tue, 10 Jun 2025)
Changed paths:
M bolt/include/bolt/Core/BinaryFunction.h
M bolt/include/bolt/Profile/DataReader.h
M bolt/include/bolt/Profile/ProfileYAMLMapping.h
M bolt/lib/Core/BinaryFunction.cpp
M bolt/lib/Passes/ProfileQualityStats.cpp
M bolt/lib/Profile/DataAggregator.cpp
M bolt/lib/Profile/DataReader.cpp
M bolt/lib/Profile/YAMLProfileReader.cpp
M bolt/lib/Profile/YAMLProfileWriter.cpp
M bolt/test/X86/shrinkwrapping.test
Log Message:
-----------
[BOLT] Expose external entry count for functions (#141674)
Record the number of function invocations from external code - code
outside the binary, which may include JIT code and DSOs. Accounting
external entry counts improves the fidelity of call graph flow
conservation analysis.
Test Plan: updated shrinkwrapping.test
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list