mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-119676: remove several pseudo instructions which are use only in codegen (#119677)
This commit is contained in:
parent
6b240c2308
commit
ae9140f32a
5 changed files with 23 additions and 71 deletions
14
Include/opcode_ids.h
generated
14
Include/opcode_ids.h
generated
|
@ -225,15 +225,11 @@ extern "C" {
|
|||
#define JUMP 256
|
||||
#define JUMP_NO_INTERRUPT 257
|
||||
#define LOAD_CLOSURE 258
|
||||
#define LOAD_METHOD 259
|
||||
#define LOAD_SUPER_METHOD 260
|
||||
#define LOAD_ZERO_SUPER_ATTR 261
|
||||
#define LOAD_ZERO_SUPER_METHOD 262
|
||||
#define POP_BLOCK 263
|
||||
#define SETUP_CLEANUP 264
|
||||
#define SETUP_FINALLY 265
|
||||
#define SETUP_WITH 266
|
||||
#define STORE_FAST_MAYBE_NULL 267
|
||||
#define POP_BLOCK 259
|
||||
#define SETUP_CLEANUP 260
|
||||
#define SETUP_FINALLY 261
|
||||
#define SETUP_WITH 262
|
||||
#define STORE_FAST_MAYBE_NULL 263
|
||||
|
||||
#define HAVE_ARGUMENT 43
|
||||
#define MIN_INSTRUMENTED_OPCODE 236
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue