]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-118279)
authorMark Shannon <mark@hotpy.org>
Fri, 26 Apr 2024 17:08:50 +0000 (18:08 +0100)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2024 17:08:50 +0000 (18:08 +0100)
commit3e06c7f719b99cc7f5e8889319cff4980e41d3e8
tree042c06326ca8b8866405375d8cf6b1f587cfa28d
parent63add11704078390909a485b57a7de6a0358fc2b
GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-118279)
12 files changed:
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer.c
Python/optimizer_cases.c.h
Tools/jit/template.c