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/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 last revision over.

 Thanks to everyone who helped with diagnostic problems and fixing things!

For those not following the development in that branch, mind sharing
details about what that work was about?

BR
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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 Tools/Scripts/build-webkit --efl --ftl-jit

Yong Li írta:

Has anyone managed to make an FTL build on Linux?

Yong Li

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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 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 Tools/Scripts/build-webkit --efl --ftl-jit

Yong Li írta:
 Has anyone managed to make an FTL build on Linux?

 Yong Li
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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
 
 Could you possible fix this regression?
 
 br,
 Ossy
 
 Filip Pizlo írta:
 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 helped with diagnostic problems and fixing things!
 -Filip
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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 Villar Senin svil...@igalia.com wrote:
 
 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 last revision over.
 
 Thanks to everyone who helped with diagnostic problems and fixing things!
 
 For those not following the development in that branch, mind sharing
 details about what that work was about?
 
 BR
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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 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 helped with diagnostic problems and fixing things!

-Filip

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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 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 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 helped with diagnostic problems and fixing things!
 -Filip
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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 last revision over.
 
 Thanks to everyone who helped with diagnostic problems and fixing things!

For those not following the development in that branch, mind sharing
details about what that work was about?

BR
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[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 helped with diagnostic problems and fixing things!

-Filip

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev