From 6ef2b22a3ce4aaf5df5069dab226c1eeab806b19 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 17 Oct 2023 18:25:16 +0200 Subject: [ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICS --- docs/USAGE.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/USAGE.md b/docs/USAGE.md index e2b6075e..cc28b570 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -195,6 +195,11 @@ Will use a faster handling of HotPage (Page being both executed and written) * 0 : use regular hotpage (Default) * 1 : Use faster hotpage, taking the risk of running obsolete JIT code (might be faster, but more prone to crash) +#### BOX64_DYNAREC_ALIGNED_ATOMICS * +Generated code for aligned atomics only +* 0 : The code generated can handle unaligned atomics (Default) +* 1 : Generated code only for aligned atomics (faster and less code generated, but will SEGBUS if LOCK prefix is unsed on unaligned data) + #### BOX64_DYNAREC_BLEEDING_EDGE * Detect MonoBleedingEdge and apply conservative settings * 0 : Don't detect MonoBleedingEdge -- cgit 1.4.1