From 8c991cb6762d3a1384cec16d6e54402ce276ea9e Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 9 Apr 2025 15:19:45 +0200 Subject: [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 only, RV64 and LA64 todo) --- docs/gen/usage.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/gen/usage.json') diff --git a/docs/gen/usage.json b/docs/gen/usage.json index 63be95e0..d42c4dbf 100644 --- a/docs/gen/usage.json +++ b/docs/gen/usage.json @@ -239,6 +239,11 @@ "key": "1", "description": "Try to optimize CALL/RET, skipping the jump table when possible.", "default": false + }, + { + "key": "2", + "description": "Try to optimize CALL/RET, skipping the jump table when possible, adding code to handle return to dirty/modified block.", + "default": false } ] }, -- cgit 1.4.1