• Raymond Hettinger's avatar
    SF Patch #1013667: Cleanup Peepholer Output · fd2d1f78
    Raymond Hettinger yazdı
    * 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.
    fd2d1f78
test_dis.py 2.56 KB