Expand description
The --minimize driver state, thread-local so the two re-emit passes
(instrument, then collapse) can steer Tactic::render_body without
threading a mode + counter through every codegen signature. Codegen runs
single-threaded per transpile, and a normal aver proof never enters a
pass, so the default ([Mode::Off]) leaves emission untouched.
Functions§
- begin_
collapse - Enter the collapse pass with the parsed winners, counter reset to 0.
- begin_
instrument - Enter the instrument pass: emit winner-probe markers, counter reset to 0.
- end
- Leave the minimize pass — emission returns to byte-for-byte normal.
- parse_
winners - Parse the winning branch of every instrumented
Firstfrom alake buildlog. Markers surface as… AVERMIN:<idx>:<branch>;firsttraces every branch it tries and stops at the first that closes, so the winner of nodeidxis the MAXIMUM branch index seen for it.