]> granicus.if.org Git - python/commit
Simplify and future proof NOP counting in the peepholer.
authorRaymond Hettinger <python@rcn.com>
Mon, 1 Nov 2004 15:19:11 +0000 (15:19 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 1 Nov 2004 15:19:11 +0000 (15:19 +0000)
commit099ecfbec9a2a8bdca0ce9afdad4e1158b8e2169
treedcd0728b39a8f9708be44a18f0e059d2a3e4c970
parent4a8d8519106789688d9a10a5c20e7b0d29b70024
Simplify and future proof NOP counting in the peepholer.
No longer assumes that the input is NOP free.
Python/compile.c