From 2a280a8f70fe0eea5937b37888c5d77a2ada7bc5 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 11 May 2021 07:36:34 +0900 Subject: Remove the obsolete term `Fixnum`. Except for compatibility code. --- doc/mruby3.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/mruby3.md b/doc/mruby3.md index d5218428e..cf103e428 100644 --- a/doc/mruby3.md +++ b/doc/mruby3.md @@ -77,8 +77,9 @@ to be default `mrb_value` representation. Now the default is Pack `mrb_value` in an `intptr_t` integer. Consumes less memory compared to `MRB_NO_BOXING` especially on 32-bit -platforms. `Fixnum` size is 31 bits, so some integer values -does not fit in `Fixnum` integers. +platforms. Inlined integer size is 31 bits, so some `mrb_int` +values does not fit in `mrb_value`. Those integers are allocated +in the object heap as `struct RInteger`. ## `MRB_NAN_BOXING` -- cgit v1.2.3