per-method jit compiler
Florian Ludwig
dino at phidev.org
Tue Apr 6 11:27:56 EDT 2010
More information about the Python-list mailing list
Tue Apr 6 11:27:56 EDT 2010
- Previous message (by thread): per-method jit compiler
- Next message (by thread): How to access args as a list?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): per-method jit compiler
- Next message (by thread): How to access args as a list?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list