[PATCH] D85948: [HeapProf] Clang and LLVM support for heap profiling instrumentation

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 22:12:26 PDT 2020


davidxl added a comment.

one nit: since the same instrumentation can be used to profiling global variable accesses (especially those indirect accessed), the option name seems excluding those cases. Shall it be renamed to fmem-prof?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85948



More information about the llvm-commits mailing list