summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2021-12-25 00:01:21 +0900
committerKoichi Sasada <ko1@atdot.net>2021-12-25 00:01:21 +0900
commit38b3adc4cb8c40bdbcd0ac8989e4ecb6c03080e9 (patch)
treebf42724b2de0473c3e4a96cff3862cff7903908c
parent03c54a09ecaacb37ddc85d8ca74dc5f57b49aef1 (diff)
add a NEWS entry about cvar inline cache
-rw-r--r--NEWS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 79430f63ca..64d1bd7bc3 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -420,6 +420,9 @@ Note: Excluding feature bug fixes.
## Implementation improvements
+* Inline cache mechanism is introduced for reading class variables.
+ [[Feature #17763]]
+
* `instance_eval` and `instance_exec` now only allocate a singleton class when
required, avoiding extra objects and improving performance. [[GH-5146]]
@@ -600,6 +603,7 @@ See [the repository](https://github.com/ruby/error_highlight) in detail.
[Feature #17744]: https://bugs.ruby-lang.org/issues/17744
[Feature #17750]: https://bugs.ruby-lang.org/issues/17750
[Feature #17762]: https://bugs.ruby-lang.org/issues/17762
+[Feature #17763]: https://bugs.ruby-lang.org/issues/17763
[Feature #17795]: https://bugs.ruby-lang.org/issues/17795
[Feature #17798]: https://bugs.ruby-lang.org/issues/17798
[Bug #17827]: https://bugs.ruby-lang.org/issues/17827