mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
4ae5ae3535
Add new pool value type `IREP_TT_BIGINT` and generate integer overflow error in the VM. In the future, `mruby` will support `Bignum` for integers bigger than `mrb_int` (probably using `mpz`).