summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_peepholer.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Whitespace normalization.Tim Peters2004-08-261-5/+5
|
* SF Patch #1013667: Cleanup Peepholer OutputRaymond Hettinger2004-08-231-0/+104
* Make a pass to eliminate NOPs. Produce code that is more readable, more compact, and a tiny bit faster. Makes the peepholer more flexible in the scope of allowable transformations. * With Guido's okay, bumped up the magic number so that this patch gets widely exercised before the alpha goes out.