summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2021-12-13 10:18:39 -0500
committerPeter Zhu <peter@peterzhu.ca>2021-12-13 10:20:13 -0500
commit94494a565d7d3e1277e594db44478edc0233c3e8 (patch)
tree35b30b2eb725b64368207d52fb9260b89630a2a1 /NEWS.md
parent845edc067cdda49485b056273aa725ea5d35657f (diff)
[ci skip] NEWS.md: Update Variable Width Allocation
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5258
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index da4bf0984b..2476d6e149 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -416,7 +416,8 @@ Excluding feature bug fixes.
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