[前][次][番号順一覧][スレッド一覧]

ruby-changes:70084

From: Koichi <ko1@a...>
Date: Tue, 7 Dec 2021 02:03:52 +0900 (JST)
Subject: [ruby-changes:70084] 4c39fae4de (master): add a NEWS entry for `mandatory_only?`

https://git.ruby-lang.org/ruby.git/commit/?id=4c39fae4de

From 4c39fae4de375107f24095f4b4412efcefcf2a08 Mon Sep 17 00:00:00 2001
From: Koichi Sasada <ko1@a...>
Date: Tue, 7 Dec 2021 02:03:06 +0900
Subject: add a NEWS entry for `mandatory_only?`

---
 NEWS.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS.md b/NEWS.md
index 4a8569e0834..55f8dce9d9a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -370,6 +370,9 @@ Excluding feature bug fixes. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L370
 
 * The performance of `Struct` accessors is improved. [[GH-5131]]
 
+* `mandatory_only?` builtin special form to improve performance on
+  builtin methods. [[GH-5112]]
+
 ### JIT
 
 * The default `--jit-max-cache` is changed from 100 to 10000.
@@ -490,5 +493,6 @@ See [the repository](https://github.com/ruby/error_highlight) in detail. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L493
 [Feature #18290]: https://bugs.ruby-lang.org/issues/18290
 [GH-1509]: https://github.com/ruby/ruby/pull/1509
 [GH-4815]: https://github.com/ruby/ruby/pull/4815
+[GH-5112]: https://github.com/ruby/ruby/pull/5112
 [GH-5131]: https://github.com/ruby/ruby/pull/5131
 [GH-5146]: https://github.com/ruby/ruby/pull/5146
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]