We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c291f1 commit ba2331aCopy full SHA for ba2331a
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2025-06-20-16-03-59.gh-issue-135379.eDg89T.rst
@@ -0,0 +1,6 @@
1
+Implement a limited form of register allocation know as "top of stack
2
+caching" in the JIT. It works by keeping 0-3 of the top items in the stack
3
+in registers. The code generator generates multiple versions of thos uops
4
+that do not escape and are relatively small. During JIT compilation, the
5
+copy that produces the least memory traffic is selected, spilling or
6
+reloading values when needed.
0 commit comments