ruby-changes:55072
From: k0kubun <ko1@a...>
Date: Sun, 17 Mar 2019 14:28:59 +0900 (JST)
Subject: [ruby-changes:55072] k0kubun:r67279 (trunk): Update NEWS for --jit option changes [ci skip]
k0kubun 2019-03-17 14:28:54 +0900 (Sun, 17 Mar 2019) New Revision: 67279 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67279 Log: Update NEWS for --jit option changes [ci skip] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 67278) +++ NEWS (revision 67279) @@ -73,6 +73,12 @@ profile.rb, Profiler__:: https://github.com/ruby/ruby/blob/trunk/NEWS#L73 === 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] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/