]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116381: Remove bad specializations, add fail stats (GH-116464)
authorKen Jin <kenjin@python.org>
Thu, 7 Mar 2024 16:21:21 +0000 (00:21 +0800)
committerGitHub <noreply@github.com>
Thu, 7 Mar 2024 16:21:21 +0000 (00:21 +0800)
commit41457c7fdb04819d04a528b8dfa72c1aa5745cc9
tree45a20bbed062946dae7b20c9fb616245b2751485
parent4298d69d4b2f7d0e9d93ad325238930bd6235dbf
gh-116381: Remove bad specializations, add fail stats (GH-116464)

* Remove bad specializations, add fail stats
16 files changed:
Include/internal/pycore_list.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_tuple.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Objects/listobject.c
Objects/tupleobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/opcode_targets.h
Python/optimizer_cases.c.h
Python/specialize.c
Tools/jit/template.c