mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-01-31 01:15:21 +01:00
- Replace value-returning IFs with Void IFs and explicit OPCODE_MERGE. - Move SSA definitions to block exits to eliminate backpatching. - Formalize Control Scope Stack for tracking yields and arity. - Update loop peeling logic to respect new merge semantics. Signed-off-by: Ronald Caesar <github43132@proton.me>