Re: Git mirror of mozilla-central down

2012-09-14 Thread cjacek
> Unfortunately I don't have enough time for now to work on this even more, > so you should not expect any more updates to the mozilla-central mirror. I > may look at this again in the future and try other things that I can think > of (such as trying to narrow down the failure range even further,

Re: The future of PGO on Windows

2013-01-31 Thread cjacek
> Also, stupid question time: is it possible to build on Windows with > GCC and/or clang? Yes, even better, it's possible to build on Linux for Windows using GCC, see: https://developer.mozilla.org/en-US/docs/Cross_Compile_Mozilla_for_Mingw32 It should be also possible to build on Windows, but

Re: The future of PGO on Windows

2013-01-31 Thread cjacek
W dniu czwartek, 31 stycznia 2013 14:21:06 UTC+1 użytkownik Joshua Cranmer napisał: > On 1/31/2013 2:37 AM, Nicholas Nethercote wrote: > > > Also, stupid question time: is it possible to build on Windows with > > > GCC and/or clang? > > > It's definitely possible to build with Mingw GCC, but

Re: The future of PGO on Windows

2013-01-31 Thread cjacek
> I don't have a lot of experience with mingw32, but to the best of my > knowledge, it's based on older versions of gcc (4.6?), > and lacks 64-bit support Currently the best option for mingw is mingw-w64 for that (besides what the name suggests) supports both 32 and 64-bit targets. Also it works