Skip to content

Commit 08f0ab9

Browse files
kazutakahiratanekoshirro
authored andcommitted
[memprof] Make Version3 officially available (llvm#94837)
Signed-off-by: Hafidz Muzakky <[email protected]>
1 parent ac8f81c commit 08f0ab9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/ProfileData/MemProf.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ enum IndexedVersion : uint64_t {
2828
Version1 = 1,
2929
// Version 2: Added a call stack table.
3030
Version2 = 2,
31-
// Version 3: Under development.
31+
// Version 3: Added a radix tree for call stacks. Switched to linear IDs for
32+
// frames and call stacks.
3233
Version3 = 3,
3334
};
3435

0 commit comments

Comments
 (0)