From 3533db97ff091ee3950621f1fec60f438a9502b6 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 19 Nov 2021 11:22:59 +0100 Subject: [DYNAREC] Reduce performance impact of StrongMem, and added old Strongmem method as BOX64_DYNAREC_STRONGMEM=2 --- docs/USAGE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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). -- cgit 1.4.1