mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -49,8 +49,6 @@ def_op('ROT_THREE', 3)
|
|||
def_op('DUP_TOP', 4)
|
||||
def_op('ROT_FOUR', 5)
|
||||
|
||||
def_op('NOP', 9)
|
||||
|
||||
def_op('UNARY_POSITIVE', 10)
|
||||
def_op('UNARY_NEGATIVE', 11)
|
||||
def_op('UNARY_NOT', 12)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue