mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
f904cb93cd
This change introduces pool_save and pool_restore functions to allow for the reuse of memory regions within the memory pool. The udiv function is updated to use this mechanism, improving memory efficiency. Co-authored-by: Gemini <gemini@google.com>