Skip to content
  • Yukihiro "Matz" Matsumoto's avatar
    fa8668c7
    Add a new instruction `OP_LOADI16`. · fa8668c7
    Yukihiro "Matz" Matsumoto authored
    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.
    fa8668c7
    Add a new instruction `OP_LOADI16`.
    Yukihiro "Matz" Matsumoto authored
    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.
Loading