[pypy-dev] Parallel translation?

Antonio Cuni anto.cuni at gmail.com
Fri Dec 4 18:18:13 CET 2009


Benjamin Peterson wrote:

> No, that's not planned at the moment. The only time we could easily
> use multiple CPU at the moment is compiling the final C sources. You
> can even do this manually with the make file in the temp source
> directory.

I agree that at this point in time we cannot or don't want to make 
annotation/rtyping/backend parallelizable, but it should definitely be 
possible to just pass the -j flag to 'make' in an automatic way.

Anyone feeling like to implement it? :-)



More information about the Pypy-dev mailing list