summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b56875eea5..cf0afb03d9 100644
--- a/NEWS
+++ b/NEWS
@@ -729,3 +729,7 @@ RubyVM::InstructionSequence::
* Support built-in methods in Ruby with `__builtin_` syntax. [Feature #16254]
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%.
+ https://github.com/ruby/ruby/pull/2583