diff options
Diffstat (limited to 'docs/gen')
| -rw-r--r-- | docs/gen/usage.json | 5 |
1 files changed, 5 insertions, 0 deletions
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 } ] }, |