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

ruby-changes:70191

From: Peter <ko1@a...>
Date: Tue, 14 Dec 2021 00:20:27 +0900 (JST)
Subject: [ruby-changes:70191] 94494a565d (master): [ci skip] NEWS.md: Update Variable Width Allocation

https://git.ruby-lang.org/ruby.git/commit/?id=94494a565d

From 94494a565d7d3e1277e594db44478edc0233c3e8 Mon Sep 17 00:00:00 2001
From: Peter Zhu <peter@p...>
Date: Mon, 13 Dec 2021 10:18:39 -0500
Subject: [ci skip] NEWS.md: Update Variable Width Allocation

---
 NEWS.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/NEWS.md b/NEWS.md
index da4bf0984b0..2476d6e149e 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -416,7 +416,8 @@ Excluding feature bug fixes. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L416
   builtin methods. [[GH-5112]]
 
 * Experimental feature Variable Width Allocation in the garbage collector.
-  [[Feature #18045]] [[Feature #18239]]
+  This feature is turned off by default and can be enabled by compiling Ruby
+  with flag `USE_RVARGC=1` set. [[Feature #18045]] [[Feature #18239]]
 
 ### JIT
 
-- 
cgit v1.2.1


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

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