about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-12-01 17:15:46 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-12-01 17:15:46 +0100
commit3f007d2dbb2b0319d9c2ff4ef6dff10d77a9b6ab (patch)
tree8d5c8ed93420b9eed74938a82dcaef61f13da87e /docs
parentcde68af79aa0c05dedaed7f440e7023a349501fb (diff)
downloadbox64-3f007d2dbb2b0319d9c2ff4ef6dff10d77a9b6ab.tar.gz
box64-3f007d2dbb2b0319d9c2ff4ef6dff10d77a9b6ab.zip
[DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGE
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/USAGE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index fbe932b2..60cbf8fd 100755
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -167,6 +167,11 @@ Optimisation of CALL/RET opcodes (not compatible with jit/dynarec/smc)
 * 0 : Don't optimize CALL/RET, use Jump Table for boths (Default)

 * 1 : Try to optimized CALL/RET, skipping the use of the JumpTable when possible (will crash if blacks are invalidate, so probably incompatible with JIT/Dynarec)

 

+#### BOX64_DYNAREC_HOTPAGE *

+Handling of HotPage (Page beeing both executed and writen)

+* 0 : Don't track hotpage

+* 1-255 : Trak HotPage, and disable execution of a page beeing writen for N attempts (default is 16)

+

 #### BOX64_LIBGL *

  * libXXXX set the name for libGL (defaults to libGL.so.1).

  * /PATH/TO/libGLXXX : Sets the name and path for libGL