mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
gh-93911: Specialize LOAD_ATTR_PROPERTY
(GH-93912)
This commit is contained in:
parent
0ff626f210
commit
a51742ab82
12 changed files with 172 additions and 71 deletions
|
@ -287,6 +287,7 @@ _specializations = {
|
|||
"LOAD_ATTR_CLASS",
|
||||
"LOAD_ATTR_INSTANCE_VALUE",
|
||||
"LOAD_ATTR_MODULE",
|
||||
"LOAD_ATTR_PROPERTY",
|
||||
"LOAD_ATTR_SLOT",
|
||||
"LOAD_ATTR_WITH_HINT",
|
||||
# These will always push [unbound method, self] onto the stack.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue