mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
d15c0271d6
Remove var_free_lists, var_alloc_counts, and var_total_allocated fields from parser_state struct as they were never used since all nodes go directly to codegen. Replace parser_alloc_var() wrapper with direct parser_palloc() calls throughout the codebase, reducing parser memory footprint by 88 bytes. Co-authored-by: Claude <noreply@anthropic.com>