mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
b9d311967a
Added MPZ_UNIFIED_BINARY_OP and MPZ_UNIFIED_UNARY_OP macros that automatically try pool allocation first, then fall back to heap allocation, using existing *_core functions. This provides a clean foundation for eliminating all pool vs non-pool function pairs. Co-authored-by: Claude <noreply@anthropic.com>