From c79c42b62df69e454f004377bdaebffcee4e0fc2 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 7 Mar 2023 22:03:58 +0100 Subject: [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 (works well on box64, with up to 30% more speed) --- docs/USAGE.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/USAGE.md') diff --git a/docs/USAGE.md b/docs/USAGE.md index cc95735d..67a43f09 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -140,6 +140,11 @@ Enables/Disables Box64's Dynarec building BigBlock. * 2 : Build Dynarec block bigger (don't stop when block overlaps, but only for blocks in elf memory) * 3 : Build Dynarec block bigger (don't stop when block overlaps, for all type of memory) +#### BOX64_DYNAREC_FORWARD * +Define Box64's Dynarec max allowed forward value when building Block. + * 0 : No forward value. When current block end, don't try to go further even if there are previous forward jumps + * XXX : Allow up to XXXX bytes of gap when building a Block after the block end to next forward jump (Default: 128) + #### BOX64_DYNAREC_STRONGMEM * Enable/Disable simulation of Strong Memory model * 0 : Don't try anything special (Default.) -- cgit 1.4.1