• Raymond Hettinger's avatar
    Adopt some peepholer suggestions from Armin Rigo: · effb3931
    Raymond Hettinger authored
    * Use simpler, faster two pass algorithm for markblocks().
    * Free the blocks variable if not NULL and exiting without change.
    * Verify that the rest of the compiler has not set an exception.
    * Make the test for tuple of constants less restrictive.
    * Embellish the comment for chained conditional jumps.
    effb3931
compile.c 152 KB