Files
mruby-mruby/include/mruby
Yukihiro "Matz" Matsumoto 09336c5d49 mruby/ops.h: add new instructions OP_GETIDX and OP_SETIDX.
Which represent `obj[int]` and `obj[int]=val` respectively where `obj`
is either `string`, `array` or `hash`, so that index access could be
faster. When `obj` is not assumed type or `R(a+1)` is not integer, the
instructions fallback to method calls.
2021-10-03 17:14:00 +09:00
..
2020-11-17 12:41:10 +09:00
2021-04-24 10:31:21 +09:00
2019-12-13 04:41:43 +09:00
2020-12-13 18:38:22 +10:00
2021-07-25 13:07:10 +09:00
2019-08-18 20:12:44 +09:00
2019-08-18 20:12:44 +09:00