mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7f13422f2f
Add single-byte opcodes for returning true/false directly, completing the set of literal return opcodes (RETSELF, RETNIL, RETTRUE, RETFALSE). Codegen applies peephole optimization to fuse LOADTRUE/LOADFALSE + RETURN. Co-authored-by: Claude <noreply@anthropic.com>