mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
c970bef0c3
Inline the 320-line codegen_variable_node() function directly into the codegen() function to eliminate function call overhead for every variable-sized AST node processing. Co-authored-by: Claude <noreply@anthropic.com>