Skip to content

Commit 663f833

Browse files
committed
[DOC] Mention method argument optimization
1 parent e25b350 commit 663f833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ The following bundled gems are promoted from default gems.
485485
#### New optimizations
486486
487487
* Compressed context reduces memory needed to store YJIT metadata
488-
* Improved allocator with ability to allocate registers for local variables
488+
* Allocate registers for local variables and Ruby method arguments
489489
* When YJIT is enabled, use more Core primitives written in Ruby:
490490
* `Array#each`, `Array#select`, `Array#map` rewritten in Ruby for better performance [[Feature #20182]].
491491
* Ability to inline small/trivial methods such as:

0 commit comments

Comments
 (0)