ANN: pyc 0.7

Stelios Xanthakis sxanth at ceid.upatras.gr
Tue Jul 12 20:20:03 CEST 2005


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



More information about the Python-announce-list mailing list