[llvm-branch-commits] [llvm] [MC][NFC] Reduce Address2ProbesMap size (PR #102904)
Amir Ayupov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Aug 20 05:49:34 PDT 2024
aaupov wrote:
> Tested End-to-End on llvm-profgen on a heavy workload(ported all the stacked PR) : The running time is neutral, the maximum RSS is reduced by 3GB (from 70GB to 67GB) cc @WenleiHe
To double-check: did you test with or without dwarf-correlation? I tested once with it, expectedly pseudo probe parsing wasn't engaged, so there was no effect.
https://github.com/llvm/llvm-project/pull/102904
More information about the llvm-branch-commits
mailing list