mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
74fb046544
Pack pool/syms/reps arrays into a single calloc with the irep struct, reducing 4 allocations per irep to 1. Arrays are ordered by descending alignment (pool/reps/syms) to eliminate inter-array padding. Co-authored-by: Claude <noreply@anthropic.com>