Skip to content

Commit c870882

Browse files
[memprof] Make Version3 officially available (#94837)
1 parent bca7864 commit c870882

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/ProfileData/MemProf.h

+2-1
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)