diff options
Diffstat (limited to 'doc/mruby3.md')
| -rw-r--r-- | doc/mruby3.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/mruby3.md b/doc/mruby3.md index bc0a74b00..3d9159940 100644 --- a/doc/mruby3.md +++ b/doc/mruby3.md @@ -137,6 +137,11 @@ No more operand extention * `OP_EXT2` * `OP_EXT3` +## Changed Instructions + +Jump addresses used to be specified by absolute offset from the start of `iseq`. Now they are relative offset from the address of the next instruction. + + ## `Random` now use `xoshiro128++`. For better and faster random number generation. |
