From 68354f444728ef99bb51bb4d86e8f1b40853a898 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Thu, 6 Nov 2025 00:42:02 +0100 Subject: Allow mcode allocations outside of the jump range to the support code. Thank you for your patience. #285 --- doc/running.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/running.html b/doc/running.html index f71eee42..56d4c7bf 100644 --- a/doc/running.html +++ b/doc/running.html @@ -299,9 +299,9 @@ Here are the parameters and their default settings: recunroll2Min. unroll factor for true recursion -sizemcode32Size of each machine code area in KBytes (Windows: 64K) +sizemcode64Size of each machine code area in KBytes -maxmcode512Max. total size of all machine code areas in KBytes +maxmcode2048Max. total size of all machine code areas in KBytes
-- cgit v1.2.3-55-g6feb