diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2024-11-20 04:22:55 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-19 21:22:55 +0100 |
| commit | fa432bb9d1b4b1069aff1d08681a54e15520f6be (patch) | |
| tree | 376417b32126731dd4d25a0329a5f03cc3df638a /docs | |
| parent | 81e4e26dc51b85720fbc3ba2ffe68030e5d227fa (diff) | |
| download | box64-fa432bb9d1b4b1069aff1d08681a54e15520f6be.tar.gz box64-fa432bb9d1b4b1069aff1d08681a54e15520f6be.zip | |
[ARM64_DYNAREC] Added weakbarrier=2 to disable last write barriers (#2049)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 1 | ||||
| -rw-r--r-- | docs/box64.pod | 1 |
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> |