clearer phrasing
This commit is contained in:
parent
57adc08610
commit
66aa62e624
@ -7,7 +7,7 @@ date: "2025-05-01T18:47:58-05:00"
|
|||||||
lastmod: "2025-05-01T18:47:58-05:00"
|
lastmod: "2025-05-01T18:47:58-05:00"
|
||||||
---
|
---
|
||||||
|
|
||||||
This option enables Control Flow Flattening (CFF), restructuring code a dispatch-like state machine. The flattener prioritizes correctness; if flattening a block could cause side effects, it either skips that block or partially flattens it. Failed blocks are re-evaluated recursively, allowing their sub-blocks to be flattened individually.
|
This option enables Control Flow Flattening (CFF), restructuring control flow and statements into a dispatch-like state machine. The flattener prioritizes correctness; if flattening a block could cause side effects, it either skips that block or only partially flattens it.
|
||||||
|
|
||||||
The control flow flattener supports the following branching syntaxes:
|
The control flow flattener supports the following branching syntaxes:
|
||||||
- `if` statements
|
- `if` statements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user