Re: PGO and Windows

2012-07-18 Thread Henri Sivonen
On Tue, Jul 17, 2012 at 7:24 PM, Jean-Marc Desperrier wrote: > OTOH if there's something like that, the Linux users should have realized it > earlier. Or they're just used to gcc compiled code performing badly ;-) When distros were shipping 64-bit 3.6, it was without a JIT. Many people, including

Re: Building with Clang locally

2012-07-18 Thread Rafael Ávila de Espíndola
Also, we're planning to host the actual toolchain package files that we use with tooltool externally as well (and I can't find the bug# for that at the moment.) 768879 Cheers, Rafael ___ dev-platform mailing list dev-platform@lists.mozilla.org https:/

Building with Clang locally

2012-07-18 Thread Ehsan Akhgari
Boris asked me about which version of Clang we're using on our build bots, and he suggested that I should post about that here. We're using a stock clang build which you can pull from the LLVM repository and build yourself. The clang revision that we use can always be found at

Re: Switching Mac OS X builds to clang for Firefox 17

2012-07-18 Thread Rafael Ávila de Espíndola
The switch is going to happen on July 17th. Please see bug 733905 for more details if you're interested. One day late, but looks like we did it! :-) A quick summary on what things look like: * mozilla-inbound and mozilla-central are using tooltool to fetch a clang package on OS X. * because