wlei-llvm 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.

Yes, I double-checked it's a pseudo-probed binary not dwarf-correlation. Note 
that for end to end test, the pseudo-probe decoding is not the bottleneck(only 
account for < 1% run time), so neutral for run time is kind of expected. I was 
to test if the Address2ProbesMap `find` could regress the run time.

https://github.com/llvm/llvm-project/pull/102904
_______________________________________________
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