mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
300557d6ee
Replace JMPIF+JMP pattern with JMPNOT for last condition in each when clause, allowing when bodies to execute inline. Also eliminate no-op JMP instructions from else clauses, reducing overall instruction count. Co-authored-by: Claude <noreply@anthropic.com>