mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
646c37ecda
By adding a fast-path where we ignore boxed types we can gain a pretty substantial speedup of mrb_iv_get, making it about 25% faster during a standard optcarrot benchmark run. NOTE: It is just mrb_iv_get that is that much faster, the whole benchmark seems to be about 3-5% faster with word boxing.