Re: [webkit-dev] Some text about the B3 compiler

2016-01-30 Thread Yusuke SUZUKI
Now, https://bugs.webkit.org/show_bug.cgi?id=153647 and https://bugs.webkit.org/show_bug.cgi?id=153711 are landed. So, now, in GTK Linux x64 port, all the JSC tests pass! I think it's time to enable B3 in Linux x64 :D Regards, Yusuke Suzuki On Sat, Jan 30, 2016 at 8:09 AM, Filip Pizlo

Re: [webkit-dev] Some text about the B3 compiler

2016-01-30 Thread Filip Pizło
That's so awesome! I can't wait to see it enabled on Linux! The gcc-clang differences suggest that we will need to be extra careful now. I'd like to see more Linux testing of JSC. -Filip > On Jan 30, 2016, at 1:00 PM, Yusuke SUZUKI wrote: > > Now,

Re: [webkit-dev] Some text about the B3 compiler

2016-01-30 Thread Filip Pizło
> On Jan 30, 2016, at 3:16 PM, Michael Catanzaro wrote: > >> On Sat, 2016-01-30 at 14:13 -0800, Filip Pizło wrote: >> That's so awesome! I can't wait to see it enabled on Linux! >> >> The gcc-clang differences suggest that we will need to be extra >> careful now. I'd

Re: [webkit-dev] Some text about the B3 compiler

2016-01-30 Thread Yusuke SUZUKI
On Sun, Jan 31, 2016 at 8:36 AM, Michael Catanzaro wrote: > > I thought we could remove all the LLVM goo from the CMake build system, > but I see there is some code to support LLVM for the EFL port on > AArch64. (For the GTK port, FTL is only supported on x86_64). > > Do we

Re: [webkit-dev] Some text about the B3 compiler

2016-01-30 Thread Michael Catanzaro
On Sat, 2016-01-30 at 14:13 -0800, Filip Pizło wrote: > That's so awesome!  I can't wait to see it enabled on Linux! > > The gcc-clang differences suggest that we will need to be extra > careful now. I'd like to see more Linux testing of JSC.  > > -Filip Hi, We have two bots that run the JSC

Re: [webkit-dev] Some text about the B3 compiler

2016-01-30 Thread Michael Catanzaro
On Sun, 2016-01-31 at 06:00 +0900, Yusuke SUZUKI wrote: > Now, https://bugs.webkit.org/show_bug.cgi?id=153647 and > https://bugs.webkit.org/show_bug.cgi?id=153711 are landed. > > So, now, in GTK Linux x64 port, all the JSC tests pass! I think it's > time > to enable B3 in Linux x64 :D > >

Re: [webkit-dev] Some text about the B3 compiler

2016-01-30 Thread Michael Catanzaro
On Sat, 2016-01-30 at 16:06 -0800, Filip Pizło wrote: > Do we have Linux bots that run Octane, Speedometer, JetStream and > Kraken in browser? > > We find that this catches a lot of bugs that none of the other tests > catch.  > > -Filip This is the command that the bots run: /usr/bin/env ruby

Re: [webkit-dev] Some text about the B3 compiler

2016-01-30 Thread Filip Pizlo
Michael, As my original message said, I was wondering if there was any support for running some JavaScript tests *in browser*. run-jsc-stress-tests doesn’t support that because it doesn’t know what a browser is. Some tests, like Kraken, Octane, JetStream, and Speedometer, either require a

Re: [webkit-dev] Some text about the B3 compiler

2016-01-30 Thread Michael Catanzaro
On Sat, 2016-01-30 at 16:06 -0800, Filip Pizło wrote: > Do we have Linux bots that run Octane, Speedometer, JetStream and > Kraken in browser? > > We find that this catches a lot of bugs that none of the other tests > catch.  > > -Filip I would assume it just executes 'run-jsc-tests'. I didn't