about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/USAGE.md1
-rw-r--r--docs/box64.pod1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index eb94ff18..41b7e54b 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -177,6 +177,7 @@ Enable/Disable simulation of Strong Memory model
 Use weak memory barriers to reduce the performance impact by STRONGMEM

 * 0 : Use regular safe barrier (Default.)

 * 1 : Use weak barriers to have more performance boost

+* 2 : Disable the last write barriers to have even more performance boost

 

 #### BOX64_DYNAREC_X87DOUBLE *

 Force the use of Double for x87 emulation

diff --git a/docs/box64.pod b/docs/box64.pod
index d0d192c0..19f6e8a2 100644
--- a/docs/box64.pod
+++ b/docs/box64.pod
@@ -306,6 +306,7 @@ Use weak memory barriers to reduce the performance impact by STRONGMEM
 
     * 0 : Use regular safe barrier (Default.)
     * 1 : Use weak barriers to have more performance boost
+    * 2 : Disable the last write barriers to have even more performance boost
 
 =item B<BOX64_DYNAREC_X87DOUBLE>=I<0|1>