diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-02-20 21:30:22 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-02-20 21:30:22 +0100 |
| commit | bfef8c9bbe8a16373742cb9c9e5691b93e994f58 (patch) | |
| tree | 246b21e67025f3159006efd04f78fc6e4ec696bf /docs | |
| parent | 42b83789880c300711f08e3852784e17cafaf7ac (diff) | |
| parent | 3fe2843bb3b95d8edd63d21c4f6acad7f652be91 (diff) | |
| download | box64-bfef8c9bbe8a16373742cb9c9e5691b93e994f58.tar.gz box64-bfef8c9bbe8a16373742cb9c9e5691b93e994f58.zip | |
Merge branch 'main' into steam_chrome
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/USAGE.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index fa908e46..9000da1a 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -175,7 +175,12 @@ Optimisation of CALL/RET opcodes (not compatible with jit/dynarec/smc) #### 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) +* 1-255 : Track HotPage, and disable execution of a page beeing writen for N attempts (default is 4) + +#### BOX64_DYNAREC_FASTPAGE * +Will use a faster handling of HotPage (Page beeing both executed and writen) +* 0 : use regular hotpage (Default) +* 1 : Use faster hotpage, taking the risk of running obsolete JIT code (might be faster, but more prone to crash) #### BOX64_DYNAREC_BLEEDING_EDGE * Detect MonoBleedingEdge and apply conservative settings |