[pypy-dev] I was talking with Russel Winder at PyCON UK.

Maciej Fijalkowski fijall at gmail.com
Fri Sep 30 15:25:32 CEST 2011


On Fri, Sep 30, 2011 at 10:20 AM, Armin Rigo <arigo at tunes.org> wrote:
> Hi,
>
> Is the conclusion just the fact that, again, the JIT's warm-up time is
> important, which we know very well?  Or is there some other effect
> that cannot be explained just by that?  (BTW, Laura, it's unrelated to
> multithreading if it's based on the multiprocessing module.)
>

I guess what people didn't realize is that if you spawn a new process,
you have to warmup the JIT *again* for each of the worker (at least in
the worst case scenario).

>
> A bientôt,
>
> Armin.
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> http://mail.python.org/mailman/listinfo/pypy-dev
>


More information about the pypy-dev mailing list