mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
42cea9d3ee
In alternative patterns (e.g., `Integer|String`), when the left pattern has a single JMPNOT immediately before the JMP to success, convert the JMPNOT to JMPIF and eliminate the JMP instruction. This saves 3 bytes per optimized alternative pattern. Co-authored-by: Claude <noreply@anthropic.com>