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

ruby-changes:70188

From: Peter <ko1@a...>
Date: Mon, 13 Dec 2021 23:53:52 +0900 (JST)
Subject: [ruby-changes:70188] 774b04408f (master): [ci skip] NEWS.md: Add Variable Width Allocation

https://git.ruby-lang.org/ruby.git/commit/?id=774b04408f

From 774b04408f062ea4f037133d14db091cf34b759e Mon Sep 17 00:00:00 2001
From: Peter Zhu <peter@p...>
Date: Mon, 13 Dec 2021 09:46:34 -0500
Subject: [ci skip] NEWS.md: Add Variable Width Allocation

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

diff --git a/NEWS.md b/NEWS.md
index 70d0bbe7b48..6d6e0dbaf49 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -415,6 +415,9 @@ Excluding feature bug fixes. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L415
 * `mandatory_only?` builtin special form to improve performance on
   builtin methods. [[GH-5112]]
 
+* Experimental feature Variable Width Allocation in the garbage collector.
+  [[Feature #18045]] [[Feature #18239]]
+
 ### JIT
 
 * The default `--jit-max-cache` is changed from 100 to 10000.
@@ -558,6 +561,8 @@ See [the repository](https://github.com/ruby/error_highlight) in detail. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L561
 [Feature #18229]: https://bugs.ruby-lang.org/issues/18229
 [Feature #18273]: https://bugs.ruby-lang.org/issues/18273
 [Feature #18290]: https://bugs.ruby-lang.org/issues/18290
+[Feature #18045]: https://bugs.ruby-lang.org/issues/18045
+[Feature #18239]: https://bugs.ruby-lang.org/issues/18239
 [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
-- 
cgit v1.2.1


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

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