diff options
author | Peter Zhu <[email protected]> | 2022-12-13 13:34:06 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2022-12-14 08:56:19 -0500 |
commit | cca54c8b1b71072bb07850c9d3f20b261d3b312c (patch) | |
tree | c26d98df1945f7e314adf90195cafbedafb4d923 | |
parent | 3e5f8b2af305daee719dedf0162be1652e336447 (diff) |
[ci skip] Add entry to NEWS.md about VWA
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6919
-rw-r--r-- | NEWS.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |