ruby-changes:61945
From: Takashi <ko1@a...>
Date: Fri, 26 Jun 2020 17:37:14 +0900 (JST)
Subject: [ruby-changes:61945] a0aacd2efc (master): Add a NEWS placeholder for disposable cc [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=a0aacd2efc From a0aacd2efcec336eefa3ba17d56af1eaae896ef0 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Fri, 26 Jun 2020 01:36:23 -0700 Subject: Add a NEWS placeholder for disposable cc [ci skip] asked by ko1 to put this. diff --git a/NEWS.md b/NEWS.md index fc80aa4..1f2e3ee 100644 --- a/NEWS.md +++ b/NEWS.md @@ -230,6 +230,10 @@ Excluding feature bug fixes. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L230 ## Implementation improvements +* New method cache mechanism for Ractor [[Feature #16614]] + + * TODO: ko1 will write details + * The number of hashes allocated when using a keyword splat in a method call has been reduced to a maximum of 1, and passing a keyword splat to a method that accepts specific keywords @@ -297,3 +301,4 @@ Excluding feature bug fixes. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L301 [Bug #14541]: https://bugs.ruby-lang.org/issues/14541 [Feature #16175]: https://bugs.ruby-lang.org/issues/16175 [Feature #15973]: https://bugs.ruby-lang.org/issues/15973 +[Feature #16614]: https://bugs.ruby-lang.org/issues/16614 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/