diff options
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -134,7 +134,9 @@ Excluding feature bug fixes. ### JIT -* `RubyVM::MJIT` is renamed to `RubyVM::JIT`. +* The default `--jit-max-cache` is changed from 100 to 10000. + +* `RubyVM::MJIT` is renamed to `RubyVM::JIT`. [[Feature #17490]] ## Static analysis @@ -162,5 +164,6 @@ Excluding feature bug fixes. [Feature #17411]: https://bugs.ruby-lang.org/issues/17411 [Bug #17423]: https://bugs.ruby-lang.org/issues/17423 [Feature #17479]: https://bugs.ruby-lang.org/issues/17479 +[Feature #17490]: https://bugs.ruby-lang.org/issues/17490 [Feature #17744]: https://bugs.ruby-lang.org/issues/17744 [Feature #17762]: https://bugs.ruby-lang.org/issues/17762 |