mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
bpo-45367: Specialize BINARY_MULTIPLY (GH-28727)
This commit is contained in:
parent
c96d1546b1
commit
3b3d30e8f7
9 changed files with 162 additions and 55 deletions
|
@ -225,6 +225,9 @@ _specialized_instructions = [
|
|||
"BINARY_ADD_FLOAT",
|
||||
"BINARY_ADD_UNICODE",
|
||||
"BINARY_ADD_UNICODE_INPLACE_FAST",
|
||||
"BINARY_MULTIPLY_ADAPTIVE",
|
||||
"BINARY_MULTIPLY_INT",
|
||||
"BINARY_MULTIPLY_FLOAT",
|
||||
"BINARY_SUBSCR_ADAPTIVE",
|
||||
"BINARY_SUBSCR_LIST_INT",
|
||||
"BINARY_SUBSCR_TUPLE_INT",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue