mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
b2c3d88fbf
The default implementation of `mrb_immediate_p` uses `mrb_type`. However, in `MRB_WORD_BOXING`, `mrb_type` has many branches and is inefficient, so provide an implementation that does not use `mrb_type`.