Files
mruby-mruby/src
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
..
2021-08-21 15:42:57 +09:00
2021-09-03 16:30:42 +09:00
2021-07-25 13:07:10 +09:00
2021-06-12 16:18:45 +09:00
2016-05-09 17:19:47 +02:00