We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d287a2 commit 15dccc7Copy full SHA for 15dccc7
1 file changed
Runtime/RuntimeOptionId.cs
@@ -5,5 +5,7 @@ public enum RuntimeOptionId
5
InterpreterThreadObjectStackSize = 1,
6
InterpreterThreadFrameStackSize = 2,
7
ThreadExceptionFlowSize = 3,
8
+ MaxMethodBodyCacheSize = 4,
9
+ MaxMethodInlineDepth = 5,
10
}
11
0 commit comments