Re: [pypy-dev] parallel building

2013-07-21 Thread Nathan Hurst
On Sun, Jul 21, 2013 at 08:25:46PM -0700, Alex Gaynor wrote: > No, there currently isn't a way to parallelize building. Ok. Is it hard or just low priority? > Alex > > PS: Attentive readers will note that technically the very last phase of > compilation is parallelized. Yes, and I guess if it

Re: [pypy-dev] parallel building

2013-07-21 Thread Alex Gaynor
No, there currently isn't a way to parallelize building. Alex PS: Attentive readers will note that technically the very last phase of compilation is parallelized. On Sun, Jul 21, 2013 at 8:08 PM, Nathan Hurst wrote: > Dear mailing list, > I have looked around the web and through the various m

[pypy-dev] parallel building

2013-07-21 Thread Nathan Hurst
Dear mailing list, I have looked around the web and through the various makefiles and pypy/goal/targetpypystandalone.py and I can't work out how to make pypy build using more cores. I have plenty of RAM (64GB) but the build is only using a single core. Is it possible? njh ___