mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
bpo-46702: Specialize UNPACK_SEQUENCE (GH-31240)
This commit is contained in:
parent
e8a19b092f
commit
a9da085015
7 changed files with 148 additions and 83 deletions
|
@ -283,6 +283,10 @@ _specialized_instructions = [
|
|||
"STORE_ATTR_INSTANCE_VALUE",
|
||||
"STORE_ATTR_SLOT",
|
||||
"STORE_ATTR_WITH_HINT",
|
||||
"UNPACK_SEQUENCE_ADAPTIVE",
|
||||
"UNPACK_SEQUENCE_LIST",
|
||||
"UNPACK_SEQUENCE_TUPLE",
|
||||
"UNPACK_SEQUENCE_TWO_TUPLE",
|
||||
# Super instructions
|
||||
"LOAD_FAST__LOAD_FAST",
|
||||
"STORE_FAST__LOAD_FAST",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue