mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
00f7a9084c
This change updates the mpz_powm and mpz_powm_i functions to use the pool_save and pool_restore functions to manage memory for temporary variables. This improves memory efficiency by allowing the pool to reuse memory regions. Co-authored-by: Gemini <gemini@google.com>