[SciPy-User] < transferred from Scipy-Dev> Re: Seeking help/ advice for applying functions

eat e.antero.tammi at gmail.com
Wed Mar 10 15:04:22 EST 2010


David Warde-Farley <dwf <at> cs.toronto.edu> writes:

> 
> On 9-Mar-10, at 4:50 PM, eat wrote:
> 
> > Aha, so python does not have a mechanism to optimize bytecode (nor  
> > higher
> > level code) inorder to get rid off the dynamic nature of code when  
> > needed.
> 
> CPython does not. Not yet. PyPy has some support for this kind of JIT  
> compiling, this is also one of the goals of Unladen Swallow IIRC. It's  
> also what the old "Psyco" module used to do, albeit only on one  
> platform.
> 
> David
> 
Hi,

I just browsed some documents of those. But I'll better to wait when some of 
those (if any) are supported by scipy.


Thanks,
eat




More information about the SciPy-User mailing list