rip 'Wrap CFF blocks' </3

This commit is contained in:
cpunch 2025-08-12 06:05:08 -05:00
parent e517aa2fbc
commit 4f06486bd9

View File

@ -19,5 +19,4 @@ The control flow flattener supports the following branching syntaxes:
The following child options are available:
- `Expression Decomposition`: Breaks apart expressions into CFF blocks and temporaries, can kill performance.
- `Wrap CFF blocks`: Will move compatible CFF blocks into their own closure in a lookup table. Can speed up larger flattening targets.
- `Hoist locals`: Will move local storage into a lookup table. Useful to cut down on the number of used locals.