[change] add RuntimeOptionId::MaxInlineableMethodBodySize
parent
1f0053a3c9
commit
d5eaa350c5
|
@ -7,5 +7,6 @@
|
||||||
ThreadExceptionFlowSize = 3,
|
ThreadExceptionFlowSize = 3,
|
||||||
MaxMethodBodyCacheSize = 4,
|
MaxMethodBodyCacheSize = 4,
|
||||||
MaxMethodInlineDepth = 5,
|
MaxMethodInlineDepth = 5,
|
||||||
|
MaxInlineableMethodBodySize = 6,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue