[llvm-branch-commits] [lldb] [llvm] [libcxx] [mlir] [clang-tools-extra] [clang] [libc] [flang] [BOLT] Embed cold mapping info into function entry in BAT (PR #76903)
Rafael Auler via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jan 11 14:48:44 PST 2024
================
@@ -78,10 +79,20 @@ class BoltAddressTranslation {
BoltAddressTranslation() {}
+ /// Write the serialized address translation table for a function.
+ template <bool Cold>
----------------
rafaelauler wrote:
Move to private: ?
https://github.com/llvm/llvm-project/pull/76903
More information about the llvm-branch-commits
mailing list