about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-11-29 18:48:59 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-11-29 18:48:59 +0100
commitc08268d0ae1977ebaaf8ecde7216461525b08238 (patch)
tree43b9edebd7594b120880bf765453fe51d8104d33 /docs
parent0e4d031054b7980edc806ae131ea8ce565632dbb (diff)
downloadbox64-c08268d0ae1977ebaaf8ecde7216461525b08238.tar.gz
box64-c08268d0ae1977ebaaf8ecde7216461525b08238.zip
[DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling of CALL/RET opcode, not compatible with JIT/Dynarec)
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 873bef2a..fbe932b2 100755
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -162,6 +162,11 @@ Handling of flags on CALL/RET opcodes
 * 1 : most of RET will need flags, most of CALLS will not (Default)

 * 2 : All CALL/RET will need flags (slower, but might be needed. Automatically enabled for Vara.exe)

 

+#### BOX64_DYNAREC_CALLRET *

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

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

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