]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-136410: Faster side exits by using a cold exit stub (GH-136411)
authorMark Shannon <mark@hotpy.org>
Fri, 1 Aug 2025 15:26:07 +0000 (16:26 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Aug 2025 15:26:07 +0000 (16:26 +0100)
commite7b55f564dbf5a788e8f6edc55ef441d6afad01c
treee79e914c49d8fd075b510e822cbcf2329b18b933
parent718e0c89ba0610bba048245028ac133bbf2d44c2
GH-136410: Faster side exits by using a cold exit stub (GH-136411)
15 files changed:
Include/cpython/pystate.h
Include/internal/pycore_interp_structs.h
Include/internal/pycore_optimizer.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/jit.c
Python/optimizer.c
Python/optimizer_cases.c.h
Python/pystate.c
Tools/jit/template.c