Skip to content

Commit e1101a7

Browse files
committed
release-notes: Add notes for meta-object slot access improvements
* documentation/source/release-notes/2025.2.rst: Add an entry for slot access improvements.
1 parent 5f1c407 commit e1101a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

documentation/source/release-notes/2025.2.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ Compiler
4646
warnings rather than allowing a random applicable method to be
4747
chosen for inlining.
4848

49+
* The overhead for critical runtime code used for type checking and
50+
method dispatch has been reduced by ensuring that certain object
51+
slots could never be considered uninitialized.
52+
4953
Tools
5054
=====
5155

0 commit comments

Comments
 (0)