about summary refs log tree commit diff stats
path: root/docs/USAGE.md
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-07 22:03:58 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-03-07 22:03:58 +0100
commitc79c42b62df69e454f004377bdaebffcee4e0fc2 (patch)
tree457210b44a5edbb048a7fbd29ab3366b0e35a28b /docs/USAGE.md
parent91dd7adbfa8bd1827c5bd6b21aea5e370d4f93a0 (diff)
downloadbox64-c79c42b62df69e454f004377bdaebffcee4e0fc2.tar.gz
box64-c79c42b62df69e454f004377bdaebffcee4e0fc2.zip
[DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 (works well on box64, with up to 30% more speed)
Diffstat (limited to 'docs/USAGE.md')
-rwxr-xr-xdocs/USAGE.md5
1 files changed, 5 insertions, 0 deletions
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.)