From 4301744e49f4b3758cc7a777c2d78c827bfbb344 Mon Sep 17 00:00:00 2001 From: Araq Date: Sun, 18 Mar 2018 11:04:53 +0100 Subject: raise the max instruction count for the VM to one billion --- compiler/vmdef.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/vmdef.nim') diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim index 5395d4bad..dd4bc5060 100644 --- a/compiler/vmdef.nim +++ b/compiler/vmdef.nim @@ -16,7 +16,7 @@ const byteExcess* = 128 # we use excess-K for immediates wordExcess* = 32768 - MaxLoopIterations* = 1500_000 # max iterations of all loops + MaxLoopIterations* = 1_000_000_000 # max iterations of all loops type -- cgit 1.4.1-2-gfad0