Hi Gary,

2007/8/22, Gary Robinson <[EMAIL PROTECTED]>:
> > If i might ask - what are the use cases you are thinking about when
> > talking about the JIT
> > (and/or the JIT generator?).
>
> Numerical computing. I have a lot of floating point arithmetic. I was also 
> going to mention the
> function calling overhead that I see was already discussed (yesterday) in 
> this thread!

We are quite far from supporting floats, I fear. Our i386 assembly
backend doesn't have support for floats so far. That doesn't mean that
you cannot JIT functions that do float operations, it just means that
you won't get any great speedups.

Cheers,

Carl Friedrich
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to