about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-11-19 11:22:59 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-11-19 11:22:59 +0100
commit3533db97ff091ee3950621f1fec60f438a9502b6 (patch)
tree13e76b6d6323a4ca005097af8748cc12dfdaca89 /docs
parent7888cae6c79ace9e561fcdf21abbd81e83e9904a (diff)
downloadbox64-3533db97ff091ee3950621f1fec60f438a9502b6.tar.gz
box64-3533db97ff091ee3950621f1fec60f438a9502b6.zip
[DYNAREC] Reduce performance impact of StrongMem, and added old Strongmem method as BOX64_DYNAREC_STRONGMEM=2
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/USAGE.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 56d450d1..b3723f81 100755
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -123,7 +123,8 @@ Enables/Disables Box64's Dynarec building BigBlock.
 #### BOX64_DYNAREC_STRONGMEM

 Enable/Disable simulation of Strong Memory model

 * 0 : Don't try anything special (Default.)

-* 1 : Enable some Memory Barrier when reading from memory (on MOV opcode) to simulate Strong Memory Model (Default when libmonobdwgc-2.0.so is loaded)

+* 1 : Enable some Memory Barrier when reading from memory (on some MOV opcode) to simulate Strong Memory Model while trying to limit performance impact (Default when libmonobdwgc-2.0.so is loaded)

+* 2 : Enable some Memory Barrier when reading from memory (on some MOV opcode) to simulate Strong Memory Model

 

 #### BOX64_LIBGL

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