mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS: note about recent changes around JIT [ci skip]
This diff is backported from the upcoming preview release note. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0f31971ad3
commit
f399134e8f
1 changed files with 5 additions and 0 deletions
5
NEWS
5
NEWS
|
@ -100,6 +100,11 @@ profile.rb, Profiler__::
|
|||
|
||||
JIT::
|
||||
|
||||
* JIT-ed code is recompiled to less-optimized code when an optimization assumption is invalidated.
|
||||
|
||||
* Method inlining is performed when a method is considered as pure.
|
||||
This optimization is still experimental and many methods are NOT considred as pure yet.
|
||||
|
||||
* Default 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
|
||||
|
|
Loading…
Add table
Reference in a new issue