per-method jit compiler
Florian Ludwig
dino at phidev.org
Tue Apr 6 11:27:56 EDT 2010
On Mon, 2010-04-05 at 22:45 -0700, Luis M. González wrote:
> The above post gave me an idea (very naive, of couse).
> What if I write a simple decorator to figure out the types of every
> function, and then we use it as a base for a simple method-jit
> compiler for python?
I think its what done before by psyco:
http://psyco.sourceforge.net/
No need for a decorator though.
--
Florian Ludwig <dino at phidev.org>
More information about the Python-list
mailing list