[change] add RuntimeOptionId::MaxMethodBodyCacheSize and RuntimeOptionId::MaxMethodInlineDepth

main
walon 2024-11-15 20:01:12 +08:00
parent 7d287a2293
commit 15dccc7427
1 changed files with 2 additions and 0 deletions

View File

@ -5,5 +5,7 @@
InterpreterThreadObjectStackSize = 1,
InterpreterThreadFrameStackSize = 2,
ThreadExceptionFlowSize = 3,
MaxMethodBodyCacheSize = 4,
MaxMethodInlineDepth = 5,
}
}