summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2021-05-31 22:00:14 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2021-05-31 22:01:04 -0700
commit028f1887c2bfa50dcfc1b623470d6ab1b880fdde (patch)
tree83a43cc96200796c267da0e80fbe8e32ed4081e8 /NEWS.md
parent2209e152c0ec2c0548c22b2b14e52007b74a9efb (diff)
Change the default --jit-max-cache to 10000
This is useful for large applications like Rails. https://k0kubun.medium.com/ruby-3-jit-can-make-rails-faster-756310f235a
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index ac8c30dfb8..6691a0d25d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -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