mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
724a2e2638
Fuse LOADSELF + RETURN sequence into single RETSELF instruction. Saves 2 bytes per occurrence (3 bytes -> 1 byte). Found 25 occurrences in mrblib, saving 50 bytes total. Co-authored-by: Claude <noreply@anthropic.com>