mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-44945: Specialize BINARY_ADD (GH-27967)
This commit is contained in:
parent
245f1f2605
commit
d3eaf0cc5b
9 changed files with 253 additions and 78 deletions
|
@ -220,6 +220,11 @@ def_op('CALL_METHOD_KW', 166)
|
|||
del def_op, name_op, jrel_op, jabs_op
|
||||
|
||||
_specialized_instructions = [
|
||||
"BINARY_ADD_ADAPTIVE",
|
||||
"BINARY_ADD_INT",
|
||||
"BINARY_ADD_FLOAT",
|
||||
"BINARY_ADD_UNICODE",
|
||||
"BINARY_ADD_UNICODE_INPLACE_FAST",
|
||||
"BINARY_SUBSCR_ADAPTIVE",
|
||||
"BINARY_SUBSCR_LIST_INT",
|
||||
"BINARY_SUBSCR_TUPLE_INT",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue