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:
Raymond Hettinger 2003-04-24 05:45:23 +00:00
parent 7d618c731c
commit f4cf76dd5e
5 changed files with 9 additions and 97 deletions

View file

@ -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