about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-10-25 18:34:38 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-10-25 18:34:38 +0200
commit067dcbc0f75533761b430d58724df2489a678f5c (patch)
treebd4e131ee6ba3356fc5edf47078eaa5d3020575e /docs
parent280bc969cef557e2e8e2cc18b4a2757cc58428d7 (diff)
downloadbox64-067dcbc0f75533761b430d58724df2489a678f5c.tar.gz
box64-067dcbc0f75533761b430d58724df2489a678f5c.zip
[DYNAREC] Added BIGBLOCK=3 level
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/USAGE.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 78f83b12..6085c2a0 100755
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -130,7 +130,8 @@ Forbid dynablock creation in the interval specified (helpfull for debugging beha
 Enables/Disables Box64's Dynarec building BigBlock.

  * 0 : Don't try to build block as big as possible (can help program using lots of thread and a JIT, like C#/Unity) (Default when libmonobdwgc-2.0.so is loaded)

  * 1 : Build Dynarec block as big as possible (Default.)

- * 2 : Build Dynarec block bigger (don't stop when block overlaps)

+ * 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_STRONGMEM

 Enable/Disable simulation of Strong Memory model