Re: [webkit-dev] ftlopt merge - basically done

2014-08-18 Thread Yong Li
Has anyone managed to make an FTL build on Linux? Yong Li From: Sergio Villar Seninmailto:svil...@igalia.com Sent: ‎8/‎7/‎2014 11:58 AM To: webkit-dev@lists.webkit.orgmailto:webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] ftlopt merge - basically done On 06

Re: [webkit-dev] ftlopt merge - basically done

2014-08-18 Thread Osztrogonác Csaba
It works fine with EFL port on x86_64 Linux. You only need the following things: (on Ubuntu 14.04!) - apply the patch from https://bugs.webkit.org/show_bug.cgi?id=133571 - run sudo Tools/efl/install-dependencies - run WEBKIT_EXTRA_MODULES=llvm Tools/Scripts/update-webkitefl-libs - run

Re: [webkit-dev] ftlopt merge - basically done

2014-08-18 Thread Yong Li
Thanks a lot:) Yong Li From: Osztrogonác Csabamailto:o...@inf.u-szeged.hu Sent: ‎8/‎18/‎2014 3:51 PM To: WebKit Developmentmailto:webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] ftlopt merge - basically done It works fine with EFL port on x86_64 Linux. You

Re: [webkit-dev] ftlopt merge - basically done

2014-08-18 Thread Filip Pizlo
Of course, I will look. -Filip On Aug 8, 2014, at 12:59 AM, Osztrogonác Csaba o...@inf.u-szeged.hu wrote: Hi Filip, the latest part of ftlopt branch merge made some performance tests crash everywhere. I filed a bug report with the details: https://bugs.webkit.org/show_bug.cgi?id=135750

Re: [webkit-dev] ftlopt merge - basically done

2014-08-18 Thread Filip Pizlo
The big items are: - Getter/setter inlining that is up to par with normal call inlining. - Immutable property inference. - GCSE. - Better reasoning about polymorphism. - The beginnings of a type profiling infrastructure for the inspector. -Filip On Aug 7, 2014, at 1:58 AM, Sergio

Re: [webkit-dev] ftlopt merge - basically done

2014-08-08 Thread Osztrogonác Csaba
Hi Filip, the latest part of ftlopt branch merge made some performance tests crash everywhere. I filed a bug report with the details: https://bugs.webkit.org/show_bug.cgi?id=135750 Could you possible fix this regression? br, Ossy Filip Pizlo írta: Hi everyone, The JSC ftlopt branch is

Re: [webkit-dev] ftlopt merge - basically done

2014-08-08 Thread Mark Lam
Ossy, Filip is on vacation. I’m keeping an eye on this issue, and will see what we can do about it. It may take some time. Just letting you know that we’re not ignoring it. Thanks. Mark On Aug 8, 2014, at 12:59 AM, Osztrogonác Csaba o...@inf.u-szeged.hu wrote: Hi Filip, the latest

Re: [webkit-dev] ftlopt merge - basically done

2014-08-07 Thread Sergio Villar Senin
On 06/08/14 23:35, Filip Pizlo wrote: Hi everyone, The JSC “ftlopt” branch is basically merged. I think I have one more revision to merge over, and it is a minor one. Please don’t land more things on the branch. Landing on trunk is fine; it’s unlikely to get in my way as I merge the

[webkit-dev] ftlopt merge - basically done

2014-08-06 Thread Filip Pizlo
Hi everyone, The JSC “ftlopt” branch is basically merged. I think I have one more revision to merge over, and it is a minor one. Please don’t land more things on the branch. Landing on trunk is fine; it’s unlikely to get in my way as I merge the last revision over. Thanks to everyone who