You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw that pymake supported concurrent compilation jobs and does not have deadlock issues on Windows. I'm assuming that problem is why builds aren't using some form of parallel compilation as of now. If not pymake, then maybe there's something else that could be used. Either way, it would definitely be nice to not wait 2+ hours on xulrunner debug and release builds.
The text was updated successfully, but these errors were encountered:
Yeah, the default mozconfigs should be using -j of some sort on non-Win32
platforms already; pymake or a patched GNU make 4 might allow parallel
builds on Windows too.
johnmurrayvi
changed the title
(Possibly) Use pymake when building xulrunner
Use pymake [or some sort of parallel build] when building xulrunner
May 18, 2014
johnmurrayvi
changed the title
Use pymake [or some sort of parallel build] when building xulrunner
Use pymake [or some sort of parallel build] when building xulrunner on windows
Jul 3, 2014
I saw that pymake supported concurrent compilation jobs and does not have deadlock issues on Windows. I'm assuming that problem is why builds aren't using some form of parallel compilation as of now. If not pymake, then maybe there's something else that could be used. Either way, it would definitely be nice to not wait 2+ hours on xulrunner debug and release builds.
The text was updated successfully, but these errors were encountered: