mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
62ef5db13e
mrb_pool_value is a structure that represents a value in the irep literal pool and is unrelated to mrb_pool, which performs region-based memory management. It has been renamed mrb_irep_pool to avoid confusion.