SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

GH-119866: Spill the stack around escaping calls. (GH-124392)

* Spill the evaluation around escaping calls in the generated interpreter and JIT. 

* The code generator tracks live, cached values so they can be saved to memory when needed.

* Spills the stack pointer around escaping calls, so that the exact stack is visible to the cycle GC.
M
Mark Shannon committed
da071fa3e8e01e0cacf13d632aae0835a2203eb2
Parent: cda3b5a
Committed by GitHub <noreply@github.com> on 10/7/2024, 1:56:39 PM