about summary refs log tree commit diff stats
path: root/docs/box64.pod
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2024-11-20 04:22:55 +0800
committerGitHub <noreply@github.com>2024-11-19 21:22:55 +0100
commitfa432bb9d1b4b1069aff1d08681a54e15520f6be (patch)
tree376417b32126731dd4d25a0329a5f03cc3df638a /docs/box64.pod
parent81e4e26dc51b85720fbc3ba2ffe68030e5d227fa (diff)
downloadbox64-fa432bb9d1b4b1069aff1d08681a54e15520f6be.tar.gz
box64-fa432bb9d1b4b1069aff1d08681a54e15520f6be.zip
[ARM64_DYNAREC] Added weakbarrier=2 to disable last write barriers (#2049)
Diffstat (limited to 'docs/box64.pod')
-rw-r--r--docs/box64.pod1
1 files changed, 1 insertions, 0 deletions
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>