mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 04:27:44 +00:00
increase VM limit (#10870)
This commit is contained in:
@@ -17,7 +17,7 @@ const
|
||||
byteExcess* = 128 # we use excess-K for immediates
|
||||
wordExcess* = 32768
|
||||
|
||||
MaxLoopIterations* = 3_000_000 # max iterations of all loops
|
||||
MaxLoopIterations* = 10_000_000 # max iterations of all loops
|
||||
|
||||
|
||||
type
|
||||
|
||||
Reference in New Issue
Block a user