summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-17 05:28:54 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-17 05:28:54 +0000
commit46f5eb5b48213e1561cd23fea4f672f2e0d09647 (patch)
tree215223a439cb5f6f666106a93b73372187ebfb3f /NEWS
parent12acc751e3e7fd6f8aec33abf661724ad76c862a (diff)
Update NEWS for --jit option changes [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4e5abab47c..6927ac9e2a 100644
--- a/NEWS
+++ b/NEWS
@@ -73,6 +73,12 @@ profile.rb, Profiler__::
=== Implementation improvements
+JIT::
+
+ * Defalut value of --jit-max-cache is changed from 1,000 to 100
+
+ * Default value of --jit-min-calls is changed from 5 to 10,000
+
=== Miscellaneous changes
* Require compilers to support C99 [Misc #15347]