mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
da071fa3e8
* 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.
Miscellaneous source files for the main Python shared library