]> granicus.if.org Git - python/commit
Adopt some peepholer suggestions from Armin Rigo:
authorRaymond Hettinger <python@rcn.com>
Sat, 30 Oct 2004 08:55:08 +0000 (08:55 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 30 Oct 2004 08:55:08 +0000 (08:55 +0000)
commiteffb3931ead28d47d240a113c85e8e494273ebfc
treeb775b4baa2c554111a6ad485bea05cb60fdc6df2
parent0c1b253fc04f9d86193e87b93216d73076fb3fe8
Adopt some peepholer suggestions from Armin Rigo:

* 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.
Python/compile.c