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-09-10 17:34:40 +09:00
2021-08-14 13:01:47 +09:00
2021-07-09 14:10:48 +09:00
2021-09-20 19:13:17 +09:00
2021-10-03 17:14:00 +09:00
2015-11-27 17:48:23 +09:00
2021-08-18 17:18:04 +09:00
2021-08-21 15:42:57 +09:00
2020-10-12 18:20:05 +09:00
2021-09-22 11:41:38 +09:00
2015-11-27 17:48:23 +09:00
2021-09-25 14:44:43 +09:00
2021-07-26 10:57:42 +09:00
2021-09-30 12:46:45 +09:00
2021-07-10 14:15:43 +09:00
2017-05-30 11:38:54 +09:00
2021-09-27 10:10:35 +09:00
2021-09-09 11:07:19 +09:00
2021-09-06 10:21:42 +09:00
2021-09-07 14:31:56 +09:00
2015-11-27 17:48:23 +09:00
2019-10-03 23:32:24 +09:00
2021-02-22 13:39:37 +09:00
2021-09-04 13:50:32 +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
2021-04-13 07:57:09 -07:00
2021-10-03 17:14:00 +09:00
2021-09-25 14:44:43 +09:00
2020-10-12 16:21:36 +09:00
2021-06-17 16:53:54 +09:00
2016-05-09 17:19:47 +02:00
2021-10-03 17:14:00 +09:00