Remove FASTPAGE/HOTPAGE docs, related to #1180 (#1181)

This commit is contained in:
Tristan Morgan 2024-01-02 18:09:04 +11:00 committed by GitHub
parent 6e77ce999a
commit 499492e10a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 24 deletions

View File

@ -186,16 +186,6 @@ Optimisation of CALL/RET opcodes (not compatible with jit/dynarec/smc)
* 0 : Don't optimize CALL/RET, use Jump Table for boths
* 1 : Try to optimized CALL/RET, skipping the use of the JumpTable when possible (Default)
#### BOX64_DYNAREC_HOTPAGE *
Handling of HotPage (Page being both executed and written)
* 0 : Don't track hotpage (Default)
* 1-255 : Track HotPage, and disable execution of a page being written for N attempts
#### BOX64_DYNAREC_FASTPAGE *
Will use a faster handling of HotPage (Page being both executed and written)
* 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_ALIGNED_ATOMICS *
Generated code for aligned atomics only
* 0 : The code generated can handle unaligned atomics (Default)

View File

@ -334,20 +334,6 @@ 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)
=item B<BOX64_DYNAREC_HOTPAGE>=I<0|1-255>
Handling of HotPage (Page beeing both executed and writen)
* 0 : Don't track hotpage
* 1-255 : Track HotPage, and disable execution of a page beeing writen for N attempts (default is 4)
=item B<BOX64_DYNAREC_FASTPAGE>=I<0|1>
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)
=item B<BOX64_DYNAREC_BLEEDING_EDGE>=I<0|1>
Detect MonoBleedingEdge and apply conservative settings