mirror of
https://github.com/python/cpython.git
synced 2025-08-25 03:04:55 +00:00
gh-100239: specialize long tail of binary operations (#128722)
This commit is contained in:
parent
e81fe940c9
commit
3893a92d95
21 changed files with 796 additions and 492 deletions
|
@ -52,6 +52,7 @@ _cache_format = {
|
|||
},
|
||||
"BINARY_OP": {
|
||||
"counter": 1,
|
||||
"descr": 4,
|
||||
},
|
||||
"UNPACK_SEQUENCE": {
|
||||
"counter": 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue