mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
36a1f314b1
- Created mpz_add_core() function containing the pure signed addition algorithm - Refactored mpz_add() to use unified pool-first-then-heap approach - Eliminated mpz_add_pool() function (88 lines of duplicated code removed) - Updated all callers to use unified mpz_add() - All tests pass, maintaining full functionality with single implementation Co-authored-by: Claude <noreply@anthropic.com>