]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-137959: Replace shim code in jitted code with a single trampoline function. (GH...
authorMark Shannon <mark@hotpy.org>
Thu, 21 Aug 2025 09:40:53 +0000 (10:40 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Aug 2025 09:40:53 +0000 (10:40 +0100)
commita8d9d947843200a09c154f3bc55f4e87e35edab3
treefda068b11718d539dd272deb13a98f5db2704fda
parentc056a089d8573b03c62d52ee05f48bf6804da66b
GH-137959: Replace shim code in jitted code with a single trampoline function. (GH-137961)
17 files changed:
Include/internal/pycore_ceval.h
Include/internal/pycore_interp_structs.h
Include/internal/pycore_optimizer.h
Misc/NEWS.d/next/Core_and_Builtins/2025-08-19-16-07-07.gh-issue-137959.EWj0RZ.rst [new file with mode: 0644]
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/pystate.c
Tools/jit/_targets.py
Tools/jit/_writer.py
Tools/jit/shim.c [deleted file]
Tools/jit/template.c
Tools/jit/trampoline.c [new file with mode: 0644]