1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
k0kubun 2019-03-17 05:28:54 +00:00
parent 12acc751e3
commit 46f5eb5b48

6
NEWS
View file

@ -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]