[change] add RuntimeOptionId::MaxMethodBodyCacheSize and RuntimeOptionId::MaxMethodInlineDepth
parent
7d287a2293
commit
15dccc7427
|
@ -5,5 +5,7 @@
|
|||
InterpreterThreadObjectStackSize = 1,
|
||||
InterpreterThreadFrameStackSize = 2,
|
||||
ThreadExceptionFlowSize = 3,
|
||||
MaxMethodBodyCacheSize = 4,
|
||||
MaxMethodInlineDepth = 5,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue