Pleased to announce pyc 0.7 pyc is a sourcecode-to-bytecode compiler written entirely in python and derrived from the standard library compiler module. It features many interesting optimizations which both compress the size of the generated bytecode, and make it faster to execute.
The most important fix in this release is that it attempts to correct the stacksize calculation routines. With that fixed, the code produced by pyc should be a bit faster than the standard bytecode produced by the internal CPython compiler. Download: http://students.ceid.upatras.gr/~sxanth/pyc/pyc-0.7.tar.bz2 Changelog: http://students.ceid.upatras.gr/~sxanth/pyc/CHANGES.txt Cheers, Stelios -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html