mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
ac35de0bef
Replace all heap-only contexts with pool-backed contexts for improved memory allocation efficiency. Each function now declares local pool storage to enable stack-based allocation for temporary operations. Co-authored-by: Claude <noreply@anthropic.com>