From 3f007d2dbb2b0319d9c2ff4ef6dff10d77a9b6ab Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 1 Dec 2022 17:15:46 +0100 Subject: [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGE --- docs/USAGE.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') 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 -- cgit 1.4.1