diff options
author | Raymond Hettinger <python@rcn.com> | 2003-04-24 05:45:23 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-04-24 05:45:23 (GMT) |
commit | f4cf76dd5eabd8af5d2a866da1f75fa745aa6f29 (patch) | |
tree | 706a194da1728cb6e6907e4a74351df2bcccfc39 /Include/opcode.h | |
parent | 7d618c731c4505ab92f085f97faa475ac3ad72d4 (diff) | |
download | cpython-f4cf76dd5eabd8af5d2a866da1f75fa745aa6f29.zip cpython-f4cf76dd5eabd8af5d2a866da1f75fa745aa6f29.tar.gz cpython-f4cf76dd5eabd8af5d2a866da1f75fa745aa6f29.tar.bz2 |
Revert the previous enhancement to the bytecode optimizer.
The additional code complexity and new NOP opcode were not worth it.
Diffstat (limited to 'Include/opcode.h')
-rw-r--r-- | Include/opcode.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/opcode.h b/Include/opcode.h index 9f7d263..2f3dd04 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -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 |