On Tue, Dec 30, 2008 at 23:37, Antonio Cuni <[email protected]> wrote:
> Hi,
> Antoine Pitrou told me that his mail got rejected by the mailing list, so I'm
> forwarding it.

> -------- Message transféré --------
> De: Antoine Pitrou <[email protected]>
> À: [email protected]
> Sujet: Re: Threaded interpretation
> Date: Fri, 26 Dec 2008 21:16:36 +0000 (UTC)
>
> Hi people,
>
> By reading this thread I had the idea to write a threaded interpretation patch
> for py3k. Speedup on pybench and pystone is 15-20%.
> http://bugs.python.org/issue4753

> Regards

> Antoine.

That's nice!

I didn't have time until now (Erasmus life is pretty demanding), but
it was nice anyway, also because the code is a bit different, and a
bit better than mine (I didn't realize I could fetch the operand after
dispatch instead of before, and this makes a difference, because after
the jump the result of HAS_ARG() becomes known at compile time).

Regards
-- 
Paolo Giarrusso
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to