diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-11-19 11:22:59 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-11-19 11:22:59 +0100 |
| commit | 3533db97ff091ee3950621f1fec60f438a9502b6 (patch) | |
| tree | 13e76b6d6323a4ca005097af8748cc12dfdaca89 /docs/USAGE.md | |
| parent | 7888cae6c79ace9e561fcdf21abbd81e83e9904a (diff) | |
| download | box64-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/USAGE.md')
| -rwxr-xr-x | docs/USAGE.md | 3 |
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). |