aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2019-12-24 04:16:40 +0900
committerKoichi Sasada <ko1@atdot.net>2019-12-24 04:16:40 +0900
commitf201700051cc107b55c425bf331ce6d7ad3ef22b (patch)
treed1fe2e6f7ad190380da1513308bf4fa47bb0cdd0 /NEWS
parent16fddfe352828d26aaa6cdbce696e62de04511ce (diff)
downloadruby-f201700051cc107b55c425bf331ce6d7ad3ef22b.tar.gz
move a NEWS entry about inline method cache
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 98cb8376c9..c76e2d9098 100644
--- a/NEWS
+++ b/NEWS
@@ -718,6 +718,12 @@ JIT::
* 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::
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