]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138050: [WIP] JIT - Streamline MAKE_WARM - move coldness check to executor creatio...
authoralm <alonme@users.noreply.github.com>
Mon, 27 Oct 2025 16:37:37 +0000 (18:37 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Oct 2025 16:37:37 +0000 (16:37 +0000)
commit1753ccb43223b0a1054aaca31353e3778d2b12a1
treeb297f7235a94a6018f680ba3fbfc53203e7f5f0a
parente03d8e4f509f3588c4f13e04006266100ddec0b2
gh-138050: [WIP] JIT - Streamline MAKE_WARM - move coldness check to executor creation (GH-138240)
Include/internal/pycore_interp_structs.h
Include/internal/pycore_optimizer.h
Python/bytecodes.c
Python/ceval_gil.c
Python/executor_cases.c.h
Python/optimizer.c
Python/pystate.c