[Python-checkins] python/dist/src/Include opcode.h,2.42,2.43
rhettinger@users.sourceforge.net
rhettinger@users.sourceforge.net
Wed, 23 Apr 2003 22:45:49 -0700
Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv20255/Include
Modified Files:
opcode.h
Log Message:
Revert the previous enhancement to the bytecode optimizer.
The additional code complexity and new NOP opcode were not worth it.
Index: opcode.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/opcode.h,v
retrieving revision 2.42
retrieving revision 2.43
diff -C2 -d -r2.42 -r2.43
*** opcode.h 22 Apr 2003 06:49:09 -0000 2.42
--- opcode.h 24 Apr 2003 05:45:16 -0000 2.43
***************
*** 15,20 ****
#define ROT_FOUR 5
- #define NOP 9
-
#define UNARY_POSITIVE 10
#define UNARY_NEGATIVE 11
--- 15,18 ----