From fa432bb9d1b4b1069aff1d08681a54e15520f6be Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Wed, 20 Nov 2024 04:22:55 +0800 Subject: [ARM64_DYNAREC] Added weakbarrier=2 to disable last write barriers (#2049) --- docs/USAGE.md | 1 + docs/box64.pod | 1 + 2 files changed, 2 insertions(+) (limited to 'docs') 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=I<0|1> -- cgit 1.4.1