https://github.com/aaupov created https://github.com/llvm/llvm-project/pull/102789
Use #102774 to allocate storage for decoded probes (`PseudoProbeVec`) and function records (`InlineTreeVec`). Additionally, probes and inlined function records are allocated contiguously, which allows to keep track of them using `ArrayRef`s. This in turn reduces the size of `MCDecodedPseudoProbeInlineTree`. _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits