We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2ec65 commit 03c474eCopy full SHA for 03c474e
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2025-02-28-11-29-35.gh-issue-130704.7RDVLE.rst
@@ -1,2 +1,4 @@
1
Optimize ``LOAD_FAST`` and its superinstruction form to reduce reference
2
-counting overhead.
+counting overhead. These instructions are replaced with faster variants that
3
+load borrowed references onto the operand stack when we can prove that the
4
+reference in the frame outlives the reference loaded onto the stack.
0 commit comments