mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Revert the previous enhancement to the bytecode optimizer.
The additional code complexity and new NOP opcode were not worth it.
This commit is contained in:
parent
7d618c731c
commit
f4cf76dd5e
5 changed files with 9 additions and 97 deletions
|
|
@ -14,8 +14,6 @@ extern "C" {
|
|||
#define DUP_TOP 4
|
||||
#define ROT_FOUR 5
|
||||
|
||||
#define NOP 9
|
||||
|
||||
#define UNARY_POSITIVE 10
|
||||
#define UNARY_NEGATIVE 11
|
||||
#define UNARY_NOT 12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue