[llvm-branch-commits] [libc] [lldb] [clang-tools-extra] [llvm] [libcxx] [flang] [mlir] [openmp] [clang] [BOLT] Embed cold mapping info into function entry in BAT (PR #76903)
Amir Ayupov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jan 11 18:21:50 PST 2024
================
@@ -119,6 +130,7 @@ class BoltAddressTranslation {
uint64_t FuncAddress);
std::map<uint64_t, MapTy> Maps;
+ std::map<uint64_t, MapTy> ColdMaps;
----------------
aaupov wrote:
Removed the use of ColdMaps.
https://github.com/llvm/llvm-project/pull/76903
More information about the llvm-branch-commits
mailing list