mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
9123ef46eb
These opcodes use BB format instead of BBB, saving 1 byte per call. In the standard library, this saves ~790 bytes (568 SEND0 + 222 SSEND0). Co-authored-by: Claude <noreply@anthropic.com>