mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-116381: Remove bad specializations, add fail stats (GH-116464)
* Remove bad specializations, add fail stats
This commit is contained in:
parent
4298d69d4b
commit
41457c7fdb
16 changed files with 125 additions and 320 deletions
6
Python/opcode_targets.h
generated
6
Python/opcode_targets.h
generated
|
@ -183,10 +183,7 @@ static void *opcode_targets[256] = {
|
|||
&&TARGET_COMPARE_OP_INT,
|
||||
&&TARGET_COMPARE_OP_STR,
|
||||
&&TARGET_CONTAINS_OP_DICT,
|
||||
&&TARGET_CONTAINS_OP_LIST,
|
||||
&&TARGET_CONTAINS_OP_SET,
|
||||
&&TARGET_CONTAINS_OP_STR,
|
||||
&&TARGET_CONTAINS_OP_TUPLE,
|
||||
&&TARGET_FOR_ITER_GEN,
|
||||
&&TARGET_FOR_ITER_LIST,
|
||||
&&TARGET_FOR_ITER_RANGE,
|
||||
|
@ -235,6 +232,9 @@ static void *opcode_targets[256] = {
|
|||
&&_unknown_opcode,
|
||||
&&_unknown_opcode,
|
||||
&&_unknown_opcode,
|
||||
&&_unknown_opcode,
|
||||
&&_unknown_opcode,
|
||||
&&_unknown_opcode,
|
||||
&&TARGET_INSTRUMENTED_RESUME,
|
||||
&&TARGET_INSTRUMENTED_END_FOR,
|
||||
&&TARGET_INSTRUMENTED_END_SEND,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue