We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca7864 commit c870882Copy full SHA for c870882
llvm/include/llvm/ProfileData/MemProf.h
@@ -28,7 +28,8 @@ enum IndexedVersion : uint64_t {
28
Version1 = 1,
29
// Version 2: Added a call stack table.
30
Version2 = 2,
31
- // Version 3: Under development.
+ // Version 3: Added a radix tree for call stacks. Switched to linear IDs for
32
+ // frames and call stacks.
33
Version3 = 3,
34
};
35
0 commit comments