From 7ba877914a0d0445b3041da03cbd62ae97c2ea58 Mon Sep 17 00:00:00 2001 From: cooldome Date: Wed, 20 Mar 2019 13:01:07 +0000 Subject: [PATCH] increase VM limit (#10870) --- compiler/vmdef.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim index 6099bfb9fe..608f205262 100644 --- a/compiler/vmdef.nim +++ b/compiler/vmdef.nim @@ -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