mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
bpo-44525: Specialize for calls to type and other builtin classes with 1 argument. (GH-29942)
This commit is contained in:
parent
f025ae63dc
commit
3a60bfef49
6 changed files with 105 additions and 40 deletions
|
@ -259,6 +259,8 @@ _specialized_instructions = [
|
|||
"CALL_NO_KW_PY_SIMPLE",
|
||||
"CALL_NO_KW_LIST_APPEND",
|
||||
"CALL_NO_KW_METHOD_DESCRIPTOR_O",
|
||||
"CALL_NO_KW_TYPE_1",
|
||||
"CALL_NO_KW_BUILTIN_CLASS_1",
|
||||
"CALL_NO_KW_METHOD_DESCRIPTOR_FAST",
|
||||
"JUMP_ABSOLUTE_QUICK",
|
||||
"LOAD_ATTR_ADAPTIVE",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue