mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bpo-46841: Use inline cache for BINARY_SUBSCR
. (GH-31618)
This commit is contained in:
parent
e91b0a7139
commit
3b0f1c5a71
11 changed files with 76 additions and 39 deletions
|
@ -389,7 +389,7 @@ _code_type = type(_write_atomic.__code__)
|
|||
# Python 3.11a5 3480 (New CALL opcodes, second iteration)
|
||||
# Python 3.11a5 3481 (Use inline cache for BINARY_OP)
|
||||
# Python 3.11a5 3482 (Use inline caching for UNPACK_SEQUENCE and LOAD_GLOBAL)
|
||||
# Python 3.11a5 3483 (Use inline caching for COMPARE_OP)
|
||||
# Python 3.11a5 3483 (Use inline caching for COMPARE_OP and BINARY_SUBSCR)
|
||||
|
||||
# Python 3.12 will start with magic number 3500
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue