]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-132508: Use tagged integers on the evaluation stack for the last instruction offse...
authorMark Shannon <mark@hotpy.org>
Tue, 29 Apr 2025 17:00:35 +0000 (18:00 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Apr 2025 17:00:35 +0000 (18:00 +0100)
commitccf1b0b1c18e6d00fb919bce107f2793bab0a471
tree94c1bd2fd030defe28291ae62acbfcb1c2cb4b2b
parentcaee16f05229de5bc5ed2743c531f1696641888a
GH-132508: Use tagged integers on the evaluation stack for the last instruction offset (GH-132545)
14 files changed:
Include/internal/pycore_interpframe.h
Include/internal/pycore_stackref.h
Misc/NEWS.d/next/Core_and_Builtins/2025-04-15-10-09-49.gh-issue-132508.zVe3iI.rst [new file with mode: 0644]
Objects/frameobject.c
Python/bytecodes.c
Python/ceval.c
Python/executor_cases.c.h
Python/gc.c
Python/gc_free_threading.c
Python/generated_cases.c.h
Python/pystate.c
Python/stackrefs.c
Tools/cases_generator/analyzer.py
Tools/jit/_stencils.py