Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 Sep 2010 18:43:52 +0000 (18:43 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 Sep 2010 18:43:52 +0000 (18:43 +0000)
commit74a69fa662fb844ad3c60eb27b09e5fa1e577305
tree251ba06cc429ab62a204e28bece4f382e179c7bf
parentef0e6c3b0485e83444b15c07f9cb1d905203791a
Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced
by the new (and simpler) DUP_TOP_TWO.  Performance isn't changed, but
our bytecode is a bit simplified.  Patch by Demur Rumed.
Doc/library/dis.rst
Include/opcode.h
Lib/opcode.py
Misc/ACKS
Misc/NEWS
Python/ceval.c
Python/compile.c
Python/import.c
Python/opcode_targets.h