about summary refs log tree commit diff stats
path: root/docs/USAGE.md
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-04-09 15:19:45 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-04-09 15:19:45 +0200
commit8c991cb6762d3a1384cec16d6e54402ce276ea9e (patch)
tree3d109e77532ce32822efec69950b7db787368fcc /docs/USAGE.md
parent70770db8bec892e66fa8b6834f1ea4a8f27325b6 (diff)
downloadbox64-8c991cb6762d3a1384cec16d6e54402ce276ea9e.tar.gz
box64-8c991cb6762d3a1384cec16d6e54402ce276ea9e.zip
[DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 only, RV64 and LA64 todo)
Diffstat (limited to 'docs/USAGE.md')
-rw-r--r--docs/USAGE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md
index 33507f44..2a2256b3 100644
--- a/docs/USAGE.md
+++ b/docs/USAGE.md
@@ -581,6 +581,7 @@ Optimize CALL/RET opcodes.
 
  * 0: Do not optimize CALL/RET, use jump table. [Default]
  * 1: Try to optimize CALL/RET, skipping the jump table when possible. 
+ * 2: Try to optimize CALL/RET, skipping the jump table when possible, adding code to handle return to dirty/modified block. 
 
 ### BOX64_DYNAREC_DF