mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
3f8e13da6f
merge codegen_while/codegen_until into codegen_loop, and codegen_while_mod/codegen_until_mod into codegen_loop_mod. each pair differed only in swapped constant-condition checks (true_always/false_always) and jump opcode (OP_JMPNOT/OP_JMPIF). Co-authored-by: Claude <noreply@anthropic.com>