]> granicus.if.org Git - python/commit
Revert the previous enhancement to the bytecode optimizer.
authorRaymond Hettinger <python@rcn.com>
Thu, 24 Apr 2003 05:45:23 +0000 (05:45 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 24 Apr 2003 05:45:23 +0000 (05:45 +0000)
commitf4cf76dd5eabd8af5d2a866da1f75fa745aa6f29
tree706a194da1728cb6e6907e4a74351df2bcccfc39
parent7d618c731c4505ab92f085f97faa475ac3ad72d4
Revert the previous enhancement to the bytecode optimizer.
The additional code complexity and new NOP opcode were not worth it.
Include/opcode.h
Lib/opcode.py
Misc/NEWS
Python/ceval.c
Python/compile.c