mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
bpo-46841: Use inline caching for attribute accesses (GH-31640)
This commit is contained in:
parent
65b92ccdec
commit
05a8bc1c94
10 changed files with 292 additions and 270 deletions
2
Python/opcode_targets.h
generated
2
Python/opcode_targets.h
generated
|
@ -175,7 +175,7 @@ static void *opcode_targets[256] = {
|
|||
&&TARGET_LOAD_FAST__LOAD_CONST,
|
||||
&&TARGET_LOAD_CONST__LOAD_FAST,
|
||||
&&TARGET_STORE_FAST__STORE_FAST,
|
||||
&&TARGET_LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE,
|
||||
&&_unknown_opcode,
|
||||
&&_unknown_opcode,
|
||||
&&_unknown_opcode,
|
||||
&&_unknown_opcode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue