Skip to content

Commit d5eaa35

Browse files
committed
[change] add RuntimeOptionId::MaxInlineableMethodBodySize
1 parent 1f0053a commit d5eaa35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Runtime/RuntimeOptionId.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ public enum RuntimeOptionId
77
ThreadExceptionFlowSize = 3,
88
MaxMethodBodyCacheSize = 4,
99
MaxMethodInlineDepth = 5,
10+
MaxInlineableMethodBodySize = 6,
1011
}
1112
}

0 commit comments

Comments
 (0)