]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127958: Trace from RESUME in the JIT (GH-145905)
authorKen Jin <kenjin@python.org>
Mon, 16 Mar 2026 16:18:59 +0000 (00:18 +0800)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2026 16:18:59 +0000 (00:18 +0800)
commit3d0824aef261895bad55f7e1fa7267a926206924
treee62f34153db978c90d2f20cbdfaf079bafa8ea63
parent81ef1b73175378543534ebe1f148c22deb8239b3
gh-127958: Trace from RESUME in the JIT (GH-145905)
34 files changed:
Include/internal/pycore_backoff.h
Include/internal/pycore_code.h
Include/internal/pycore_interp_structs.h
Include/internal/pycore_magic_number.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_optimizer.h
Include/internal/pycore_uop.h
Include/internal/pycore_uop_ids.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Lib/opcode.py
Lib/test/test_capi/test_opt.py
Lib/test/test_code.py
Lib/test/test_compile.py
Lib/test/test_dis.py
Lib/test/test_monitoring.py
Misc/NEWS.d/next/Core_and_Builtins/2026-03-13-09-48-57.gh-issue-127958.U-znTv.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Modules/_testinternalcapi/test_cases.c.h
Modules/_testinternalcapi/test_targets.h
Objects/codeobject.c
Objects/genobject.c
Programs/test_frozenmain.h
Python/assemble.c
Python/bytecodes.c
Python/ceval.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/instrumentation.c
Python/opcode_targets.h
Python/optimizer.c
Python/optimizer_cases.c.h
Python/pystate.c
Python/specialize.c