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 9d13a23 commit 46b6ccaCopy full SHA for 46b6cca
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-03-30-20-00-00.gh-issue-146306.C45609.rst
@@ -0,0 +1,3 @@
1
+Optimize compact integer arithmetic in the JIT by mutating
2
+uniquely-referenced operands in place, avoiding allocation of a new int
3
+object. Speeds up the pyperformance ``spectral_norm`` benchmark by ~10%.
0 commit comments