[PATCH] D121179: [memprof] Store callsite metadata with memprof records.

Snehasish Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 11:29:28 PDT 2022


snehasish added a comment.

With this patch on an internal binary, the time taken to merge indexed and raw profile increases to 85s (up from 48s in D120430 <https://reviews.llvm.org/D120430>). The zip profile size increases to ~520M (up from 247M in D118653 <https://reviews.llvm.org/D118653>). I'll look into de-duplicating the inline storage of callstacks and their frames in followup patches. Thanks for the review!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121179/new/

https://reviews.llvm.org/D121179



More information about the llvm-commits mailing list