Skip to content

Commit 15dccc7

Browse files
committed
[change] add RuntimeOptionId::MaxMethodBodyCacheSize and RuntimeOptionId::MaxMethodInlineDepth
1 parent 7d287a2 commit 15dccc7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Runtime/RuntimeOptionId.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ public enum RuntimeOptionId
55
InterpreterThreadObjectStackSize = 1,
66
InterpreterThreadFrameStackSize = 2,
77
ThreadExceptionFlowSize = 3,
8+
MaxMethodBodyCacheSize = 4,
9+
MaxMethodInlineDepth = 5,
810
}
911
}

0 commit comments

Comments
 (0)