]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143421: Allocate all JIT state in one go (GH-143626)
authorKen Jin <kenjin@python.org>
Fri, 9 Jan 2026 19:00:49 +0000 (03:00 +0800)
committerGitHub <noreply@github.com>
Fri, 9 Jan 2026 19:00:49 +0000 (19:00 +0000)
commite0fb278064932a0a9faf5d06850a0d211c57dfc9
treecd85b1bc658e5d7ddda84955c6f868ead280742d
parent1932127ec74bf80ccdc2e94dbbec7a18777c4bbc
gh-143421: Allocate all JIT state in one go (GH-143626)
Include/internal/pycore_optimizer.h
Include/internal/pycore_tstate.h
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h
Python/generated_cases.c.h
Python/optimizer.c
Python/optimizer_analysis.c
Python/pystate.c