]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH-114142)
authorMark Shannon <mark@hotpy.org>
Tue, 20 Feb 2024 09:39:55 +0000 (09:39 +0000)
committerGitHub <noreply@github.com>
Tue, 20 Feb 2024 09:39:55 +0000 (09:39 +0000)
commit7b21403ccd16c480812a1e857c0ee2deca592be0
treeae54fc68fe298bea063502adff747e3ac1dd734d
parentacda1757bc682922292215906459c2735ee99c04
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH-114142)
29 files changed:
.gitattributes
Include/cpython/optimizer.h
Include/cpython/pystate.h
Include/internal/pycore_interp.h
Include/internal/pycore_jit.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_frame.py
Lib/test/test_generated_cases.py
Modules/_testinternalcapi.c
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/pylifecycle.c
Python/pystate.c
Python/tier2_engine.md [new file with mode: 0644]
Python/tier2_redundancy_eliminator_cases.c.h
Tools/c-analyzer/cpython/_parser.py
Tools/c-analyzer/cpython/ignored.tsv
Tools/cases_generator/analyzer.py
Tools/cases_generator/generators_common.py
Tools/cases_generator/opcode_metadata_generator.py
Tools/cases_generator/tier2_generator.py
Tools/jit/template.c