summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index dcc40b8afc..22ab0c45d0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -485,7 +485,7 @@ The following bundled gems are promoted from default gems.
#### New optimizations
* Compressed context reduces memory needed to store YJIT metadata
-* Improved allocator with ability to allocate registers for local variables
+* Allocate registers for local variables and Ruby method arguments
* When YJIT is enabled, use more Core primitives written in Ruby:
* `Array#each`, `Array#select`, `Array#map` rewritten in Ruby for better performance [[Feature #20182]].
* Ability to inline small/trivial methods such as: