]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-116017: Get rid of _COLD_EXITs (GH-120960)
authorBrandt Bucher <brandtbucher@microsoft.com>
Mon, 1 Jul 2024 20:17:40 +0000 (13:17 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Jul 2024 20:17:40 +0000 (13:17 -0700)
commit33903c53dbdb768e1ef7c46d347869577f2173ce
tree9e1e8473028f803ece96c8ccbde3f6bfef08ade3
parent294e72496439da984cb8dba9100d3613c8cc8a6d
GH-116017: Get rid of _COLD_EXITs (GH-120960)
16 files changed:
Include/internal/pycore_backoff.h
Include/internal/pycore_code.h
Include/internal/pycore_optimizer.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Misc/NEWS.d/next/Core and Builtins/2024-06-24-08-39-23.gh-issue-116017.-Bw2UY.rst [new file with mode: 0644]
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h
Python/executor_cases.c.h
Python/jit.c
Python/optimizer.c
Python/optimizer_cases.c.h
Tools/c-analyzer/cpython/ignored.tsv
Tools/jit/_stencils.py
Tools/jit/template.c