diff options
author | Takashi Kokubun <[email protected]> | 2021-06-02 22:25:48 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2021-06-02 22:26:27 -0700 |
commit | 31b9ce365dff68f2e7a96b78d7dded98e338e5c6 (patch) | |
tree | 000dfc6ea5afe31dfe8af5bc01f40a69e9b0c742 | |
parent | 86c262541ad07528842d76dab4b9b34bd888d5f4 (diff) |
Note about 07c05b6fe931337e928a89ac5ebf654862dc0eca
-rw-r--r-- | NEWS.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -136,6 +136,9 @@ Excluding feature bug fixes. * The default `--jit-max-cache` is changed from 100 to 10000. +* The JIT compiler no longer skips compilation of methods longer than + 1000 instructions. + * `RubyVM::MJIT` is renamed to `RubyVM::JIT`. [[Feature #17490]] ## Static analysis |