From f1f8c975379c86fe2134563d4d02d3df97dffa05 Mon Sep 17 00:00:00 2001 From: d6 Date: Wed, 6 Apr 2022 23:25:48 -0400 Subject: [PATCH] use slightly fewer resources --- regex.tal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regex.tal b/regex.tal index 556c70b..ff477ad 100644 --- a/regex.tal +++ b/regex.tal @@ -698,7 +698,7 @@ ( stack-bot is the address of the first stack position. ) ( stack-top is the address of the first byte beyond the stack. ) -@stack-bot $1000 @stack-top ( holds 1024 steps (4096 bytes) ) +@stack-bot $0800 @stack-top ( holds 512 steps (2048 bytes) ) ( ARENA OPERATIONS ) ( ) @@ -785,7 +785,7 @@ INC2 INC2 ,&loop JMP @subgroup-pos :subgroup-bot ( the position of the first unallocated subgroup ) -@subgroup-bot $800 @subgroup-top ( holds up to 512 subgroups (2048 bytes) ) +@subgroup-bot $400 @subgroup-top ( holds up to 256 subgroups (1024 bytes) ) ( INTERVAL OPERATIONS ) ( )