]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-113860: All executors are now defined in terms of micro ops. Convert counter execu...
authorMark Shannon <mark@hotpy.org>
Wed, 10 Jan 2024 15:44:34 +0000 (15:44 +0000)
committerGitHub <noreply@github.com>
Wed, 10 Jan 2024 15:44:34 +0000 (15:44 +0000)
commita0c9cf9456c2ee7a89d9bd859c07afac8cf5e893
treed89d0bcbd8850e29b68a262c9427c6e5288d65f7
parent93930eaf0acd64dc0d08d58321d2682cb019bc1a
GH-113860: All executors are now defined in terms of micro ops. Convert counter executor to use uops. (GH-113864)
Include/cpython/optimizer.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Include/internal/pycore_uops.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer.c