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 <d...@phidev.org>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to