Files
mruby-mruby/mrbgems/mruby-bigint/core
Yukihiro "Matz" Matsumoto 36a1f314b1 mruby-bigint: implement unified mpz_add, eliminate mpz_add_pool duplication
- 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>
2025-08-14 10:52:54 +09:00
..
2025-05-14 02:01:02 +10:00