mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bpo-44525: Specialize simple Python calls. (GH-29033)
This commit is contained in:
parent
8d6740f489
commit
8863a0fcc5
7 changed files with 176 additions and 60 deletions
|
@ -237,6 +237,7 @@ _specialized_instructions = [
|
|||
"CALL_FUNCTION_BUILTIN_FAST",
|
||||
"CALL_FUNCTION_LEN",
|
||||
"CALL_FUNCTION_ISINSTANCE",
|
||||
"CALL_FUNCTION_PY_SIMPLE",
|
||||
"JUMP_ABSOLUTE_QUICK",
|
||||
"LOAD_ATTR_ADAPTIVE",
|
||||
"LOAD_ATTR_INSTANCE_VALUE",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue