mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-46823: Implement LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE superinstruction (GH-31484)
This commit is contained in:
parent
4fccf91073
commit
a52d2528a4
6 changed files with 91 additions and 4 deletions
|
@ -295,6 +295,7 @@ _specialized_instructions = [
|
|||
"LOAD_FAST__LOAD_CONST",
|
||||
"LOAD_CONST__LOAD_FAST",
|
||||
"STORE_FAST__STORE_FAST",
|
||||
"LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE",
|
||||
]
|
||||
_specialization_stats = [
|
||||
"success",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue