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.
This commit is contained in:
935
Python/executor_cases.c.h
generated
935
Python/executor_cases.c.h
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user