summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2022-12-13 13:34:06 -0500
committerPeter Zhu <[email protected]>2022-12-14 08:56:19 -0500
commitcca54c8b1b71072bb07850c9d3f20b261d3b312c (patch)
treec26d98df1945f7e314adf90195cafbedafb4d923
parent3e5f8b2af305daee719dedf0162be1652e336447 (diff)
[ci skip] Add entry to NEWS.md about VWA
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6919
-rw-r--r--NEWS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 90952e7a22..61756c8344 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -585,6 +585,8 @@ The following deprecated APIs are removed.
[[Feature #18589]]
* The cache-based optimization for Regexp matching is introduced.
[[Feature #19104]]
+* Variable Width Allocation is now enabled by default.
+ [[Feature #18239]].
## JIT
@@ -647,6 +649,7 @@ The following deprecated APIs are removed.
[Feature #17837]: https://bugs.ruby-lang.org/issues/17837
[Feature #17881]: https://bugs.ruby-lang.org/issues/17881
[Feature #18159]: https://bugs.ruby-lang.org/issues/18159
+[Feature #18239]: https://bugs.ruby-lang.org/issues/18239#note-17
[Feature #18351]: https://bugs.ruby-lang.org/issues/18351
[Feature #18367]: https://bugs.ruby-lang.org/issues/18367
[Bug #18435]: https://bugs.ruby-lang.org/issues/18435