summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2022-12-21 11:32:09 -0500
committerPeter Zhu <peter@peterzhu.ca>2022-12-23 09:46:37 -0500
commit97280faf2818cc464e1ef9e898807c60a2726bf8 (patch)
tree09d637f8a33349bcfc5031ae44a182c4fbcee0f0
parent540b67da4d59ab7d9dbba8d5551944dad1ef8200 (diff)
downloadruby-97280faf2818cc464e1ef9e898807c60a2726bf8.tar.gz
Add blog post on VWA to NEWS.md [ci skip]
The link currently 404s but the blog post will be published on Dec 25.
-rw-r--r--NEWS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index ac07b63b96..9e1afe9f75 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -676,8 +676,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]].
+* [Variable Width Allocation](https://shopify.engineering/ruby-variable-width-allocation)
+ is now enabled by default. [[Feature #18239]]
* Added a new instance variable caching mechanism, called object shapes, which
improves inline cache hits for most objects and allows us to generate very
efficient JIT code. Objects whose instance variables are defined in a