mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
b325ad991b
Removed traditional NODE_ALIAS case from main codegen() switch and inlined codegen_alias() logic directly into gen_alias_var(). This eliminates the hybrid approach that created temporary stack structures and provides direct access to variable-sized node fields. Co-authored-by: Claude <noreply@anthropic.com>