================
@@ -160,12 +164,31 @@ std::error_code BoltAddressTranslation::parse(StringRef 
Buf) {
     return make_error_code(llvm::errc::io_error);
 
   Error Err(Error::success());
+  std::vector<uint64_t> HotFuncs;
----------------
aaupov wrote:

It's populated by `parseMaps<Hot>` and read by `parseMaps<Cold>`.
Cold functions encode indices of parent hot functions (also delta encoded), 
hence this vector is required.

https://github.com/llvm/llvm-project/pull/76903
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to