[llvm] [memprof] Group MemProf data structures into a struct (NFC) (PR #92360)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 09:29:55 PDT 2024


================
@@ -603,23 +592,17 @@ static Error writeMemProfV2(
 // uint64_t Schema entry N - 1
 // OnDiskChainedHashTable MemProfRecordData
 // OnDiskChainedHashTable MemProfFrameData
----------------
teresajohnson wrote:

As a side note, does this description need to be updated to add the MemProfCallStackData?

https://github.com/llvm/llvm-project/pull/92360


More information about the llvm-commits mailing list