Revert "Remove `OP_EXT[123]` from operands."
This reverts commit fd10c723. I thought it was OK to restrict index value within 1 byte, but in some cases index value could be 16 bits (2 bytes). I had several ideas to address the issue, but reverting `fd10c723` is the easiest way. The biggest reason is `mruby/c` still supports `OP_EXT[123]`, so that they don't need any additional work.
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment