Files
mruby-mruby/src
Yukihiro "Matz" Matsumoto fa8668c77d Add a new instruction OP_LOADI16.
Which loads 16bit integer to the register. The instruction number should
be reorder on massive instruction refactoring. The instruction is added
for `mruby/c` which had performance issue with `OP_EXT`. With this
instruction, `mruby/c` VM can just raise errors on `OP_EXT` extension
instructions.
2020-05-07 08:38:46 +09:00
..
2020-05-07 08:38:46 +09:00
2019-10-17 23:49:58 +09:00
2019-09-16 11:58:35 +09:00
2019-12-25 21:31:10 +09:00
2020-01-06 15:52:39 +09:00
2019-11-11 20:48:52 +09:00
2019-12-17 23:16:20 +09:00
2016-05-09 17:19:47 +02:00
2020-05-07 08:38:46 +09:00