Skip to content

Commit

Permalink
Fix documentation of R2R inline tracking map (dotnet#1942)
Browse files Browse the repository at this point in the history
Don't want this to show up as a confusing diff when we upgrade the format later. Version is _not_ included in the format. We will need to key off the R2R version.
  • Loading branch information
MichalStrehovsky authored and jkotas committed Jan 20, 2020
1 parent 7c6ec46 commit ed9d309
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/coreclr/src/vm/inlinetracking.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,6 @@ typedef DPTR(InlineTrackingMap) PTR_InlineTrackingMap;
//
// The resulting serialized format is a sequence of blobs:
// 1) Header (4 byte aligned)
// short MajorVersion - currently set to 1, increment on breaking change
// short MinorVersion - currently set to 0, increment on non-breaking format addition
// int SizeOfInlineIndex - size in bytes of the inline index
//
// 2) InlineIndex - Immediately following header. This is a sorted (by ZapInlineeRecord.key) array of ZapInlineeRecords, given a method token (32 bits)
Expand Down

0 comments on commit ed9d309

Please sign in to comment.