Tweak NEWS.md
* Move `define?(@var)` optimization into GC section * Remove a trailing space.
This commit is contained in:
parent
0601bce6fc
commit
e14dddcaca
5
NEWS.md
5
NEWS.md
@ -330,9 +330,7 @@ changelog for details of the default gems or bundled gems.
|
||||
|
||||
## Implementation improvements
|
||||
|
||||
* `defined?(@ivar)` is optimized with Object Shapes.
|
||||
|
||||
### GC
|
||||
### GC / Memory management
|
||||
|
||||
* Major performance improvements over 3.2
|
||||
* Young objects referenced by old objects are no longer immediately
|
||||
@ -350,6 +348,7 @@ changelog for details of the default gems or bundled gems.
|
||||
`Thread::Backtrace`, `Thread::Backtrace::Location`, `File::Stat`, `Method`.
|
||||
This makes these classes faster to allocate and free, use less memory and reduce
|
||||
heap fragmentation.
|
||||
* `defined?(@ivar)` is optimized with Object Shapes.
|
||||
|
||||
### YJIT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user