mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
GH-142718: JIT: Fix crash due to incorrect caching on side exits when exiting jitted code. (GH-142762)
JIT: Fix crash due to incorrect caching on side exits when exiting jitted code. * Make sure that stack is in correct state at side exits with TOS cached values * Simplify choice of cached items for side exits
This commit is contained in:
parent
1a9cdaf63a
commit
27a2e49d18
7 changed files with 980 additions and 328 deletions
655
Python/executor_cases.c.h
generated
655
Python/executor_cases.c.h
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue