Files
mruby-mruby/include/mruby
Yukihiro "Matz" Matsumoto 7150c67539 Make OP_JMP* operand address to be relative.
Jump target address is `operand (16bit)` + `address of next instruction`.

In addition, `ilen` was made `uint32_t` so that `iseq` length limitation
of 65536 is removed. Only jump target address should be within signed
16bit (-32768 .. 32767).
2020-11-26 10:34:31 +09:00
..
2020-11-17 12:41:10 +09:00
2020-11-17 12:41:10 +09:00
2020-10-12 16:21:03 +09:00
2019-12-13 04:41:43 +09:00
2020-07-31 18:14:02 +09:00
2020-11-04 14:01:04 +09:00
2019-08-18 20:12:44 +09:00
2019-08-18 20:12:44 +09:00
2020-11-17 22:47:25 +09:00
2020-11-01 13:42:35 +09:00