mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +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
1
Include/opcode.h
generated
1
Include/opcode.h
generated
|
@ -181,6 +181,7 @@ extern "C" {
|
|||
#define LOAD_FAST__LOAD_CONST 169
|
||||
#define LOAD_CONST__LOAD_FAST 170
|
||||
#define STORE_FAST__STORE_FAST 173
|
||||
#define LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE 174
|
||||
#define DO_TRACING 255
|
||||
#ifdef NEED_OPCODE_JUMP_TABLES
|
||||
static uint32_t _PyOpcode_RelativeJump[8] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue