ruby-changes:59417
From: Koichi <ko1@a...>
Date: Tue, 24 Dec 2019 04:17:21 +0900 (JST)
Subject: [ruby-changes:59417] f201700051 (master): move a NEWS entry about inline method cache
https://git.ruby-lang.org/ruby.git/commit/?id=f201700051 From f201700051cc107b55c425bf331ce6d7ad3ef22b Mon Sep 17 00:00:00 2001 From: Koichi Sasada <ko1@a...> Date: Tue, 24 Dec 2019 04:16:40 +0900 Subject: move a NEWS entry about inline method cache diff --git a/NEWS b/NEWS index 98cb837..c76e2d9 100644 --- a/NEWS +++ b/NEWS @@ -718,6 +718,12 @@ JIT:: https://github.com/ruby/ruby/blob/trunk/NEWS#L718 * The default value of +--jit-min-calls+ is changed from 5 to 10,000. +RubyVM:: + + * Per-call-site method cache, which has been there since around 1.9, was + improved: cache hit rate raised from 89% to 94%. + See https://github.com/ruby/ruby/pull/2583 + RubyVM::InstructionSequence:: * RubyVM::InstructionSequence#to_binary method generates compiled binary. @@ -745,7 +751,3 @@ RubyVM::InstructionSequence:: https://github.com/ruby/ruby/blob/trunk/NEWS#L751 Some methods are defined in *.rb (such as trace_point.rb). For example, it is easy to define a method which accepts keyword arguments. - -* Per-call-site method cache, which has been there since around 1.9, was - improved: cache hit rate raised from 89% to 94%. - See https://github.com/ruby/ruby/pull/2583 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/