You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/coreclr/inc/readytorun.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@
38
38
// uses GCInfo v3, which makes safe points in partially interruptible code interruptible.
39
39
// R2R Version 10.0 adds support for the statics being allocated on a per type basis instead of on a per module basis, disable support for LogMethodEnter helper
40
40
// R2R Version 10.1 adds Unbox_TypeTest helper
41
-
// R2R Version 11 uses GCInfo v4, which encodes safe points without -1 offset
41
+
// R2R Version 11 uses GCInfo v4, which encodes safe points without -1 offset and does not track return kinds in GCInfo
0 commit comments