mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
445a472dca
Replace explicit pool management with unified mpz_init_temp approach: - Remove ~120 lines of complex manual pool allocation logic - Replace with simple mpz_init_temp calls with size estimation - Remove unused mpz_init_pool function - Maintain identical functionality with much cleaner code The function now uses automatic pool/heap management through the context architecture, eliminating manual memory handling complexity. Co-authored-by: Claude <noreply@anthropic.com>