[llvm] [BOLT] Fix heatmaps on large BOLTEd binaries. (PR #92815)

Maksim Panchenko via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 14 00:15:06 PDT 2024


================
@@ -2009,9 +2009,6 @@ std::error_code DataAggregator::parseMMapEvents() {
       return MI.second.PID == FileMMapInfo.second.PID;
     });
----------------
maksfb wrote:

We no longer need the code above if we are tracking all mappings.

https://github.com/llvm/llvm-project/pull/92815


More information about the llvm-commits mailing list