mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
5fe0ebbca5
Remove unused codegen_self function and inline its simple OP_LOADSELF logic directly into gen_self_var. This eliminates unnecessary function call overhead and simplifies the codebase. Co-authored-by: Claude <noreply@anthropic.com>