You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BOLT] Only parse probes for profiled functions in profile-write-pseudo-probes mode (llvm#106365)
Implement selective probe parsing for profiled functions only when
emitting probe information to YAML profile as suggested in
llvm#102904 (review)
For a large binary, this reduces probe parsing
- processing time from 10.5925s to 5.6295s,
- peak RSS from 10.54 to 7.98 GiB.
0 commit comments