[llvm-branch-commits] [llvm] [BOLT] Add pseudo probe inline tree to YAML profile (PR #107137)
Amir Ayupov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Sep 5 10:15:21 PDT 2024
aaupov wrote:
> Didn't realize yaml profile currently doesn't have probe inline tree encoded. This can increase profile size a bit, just making sure that's not a concern for yaml profile.
Good call. Including probe inline tree does increase the size of yaml profile by about 2x pre- and post-compression (221M -> 404M, 20M -> 41M resp.) for a large binary, which also causes a 2x profile reading time increase.
Let me experiment with reorganizing the data to reduce the size.
https://github.com/llvm/llvm-project/pull/107137
More information about the llvm-branch-commits
mailing list