[webkit-dev] WebKit on MIPS: Nix port?

2013-10-09 Thread Gergely Kis
Dear WebKit Developers, With the departure of the Qt port, we are now actively looking for a primary port for using on MIPS. We are currently considering the Nix port, which is currently being merged into WebKit trunk. If you are using WebKit on MIPS with a different port in WebKit trunk (e.g.

Re: [webkit-dev] Ports not building as C++11?

2013-07-28 Thread Gergely Kis
Hi, On Sun, Jul 28, 2013 at 7:30 PM, Allan Sandfeld Jensen k...@carewolf.com wrote: became required in WebKit2. The only fallout will likely be the loss of the Qt MIPS bot which is maintained by a third party and is too old. The MIPS bot was updated to Debian Wheezy and GCC 4.7.2 a few weeks

[webkit-dev] MIPS review requests

2013-01-31 Thread Gergely Kis
Dear WebKit Developers, Thank you for your support in getting LLINT for MIPS accepted into trunk. There are still a few patches that need review in order to get webkit trunk running on MIPS: 1. DFG JIT: https://bugs.webkit.org/show_bug.cgi?id=101328 We did the changes requested by the

[webkit-dev] Review Request: MIPS patches for LLINT and DFG

2013-01-04 Thread Gergely Kis
Dear Webkit Developers, We submitted MIPS implementations for LLINT and the DFG JIT. We also kept the patches rebased as the webkit-trunk moved forward, the latest update of the patches were uploaded today. 1. LLINT: https://bugs.webkit.org/show_bug.cgi?id=99706 Filip Pizlo was very helpful

Re: [webkit-dev] Github vs. git.webkit.org

2012-11-29 Thread Gergely Kis
mirror. I've found it very useful to be able to push work-in-progress branches to GitHub to share with folks. +1. If we are all set about this, it would be awesome if we could move on with it, Tor Arne! This would also avoid some extra work for Gergely Kis, I guess... cheers, jesus

[webkit-dev] Github vs. git.webkit.org

2012-11-24 Thread Gergely Kis
. Alternatively, if you have any experience with the github admins in how to ask for more space for webkit repositories, any advice would be very appreciated. Best Regards, Gergely Kis ___ webkit-dev mailing list webkit-dev@lists.webkit.org http

[webkit-dev] MIPS port status update

2012-10-15 Thread Gergely Kis
Dear WebKit Developers, A quick status update on the MIPS port progress: - we have a build-only buildslave running ( http://build.webkit.org/builders/Qt%20Linux%20MIPS32R2%20LE%20Release/) (it is currently failing, a patch was already submitted to: https://bugs.webkit.org/show_bug.cgi?id=98856)

Re: [webkit-dev] SH4, MIPS, and legacy-ARM assemblers in JavaScriptCore

2012-09-24 Thread Gergely Kis
(sunspider, v8). We are working on cleaning them up for submission. Best Regards, Gergely On Fri, Sep 14, 2012 at 3:01 AM, Gergely Kis gerg...@homejinni.com wrote: Hi, Submitted the patch for enabling the MIPS slave in build.webkit.org. https://bugs.webkit.org/show_bug.cgi?id=96713 Who should I

Re: [webkit-dev] SH4, MIPS, and legacy-ARM assemblers in JavaScriptCore

2012-09-13 Thread Gergely Kis
, Gergely Kis wrote: Would this be acceptable for you? sure, an actively and publicly maintained MIPS build would be great. We have some documentation on how to setup a build slave in the wiki[1] and the slave configuration files are maintained in SVN[2]. The configuration file changes

Re: [webkit-dev] SH4, MIPS, and legacy-ARM assemblers in JavaScriptCore

2012-08-29 Thread Gergely Kis
Hi All, We are working on updating WebKit MIPS support. In particular we have a work in progress LLINT and DFG implementation for MIPS. We already have results (mozilla testsuite, sunspider and v8 benchmarks run reasonably well), but there are still some bugs that need to be fixed before we can

Re: [webkit-dev] SH4, MIPS, and legacy-ARM assemblers in JavaScriptCore

2012-08-29 Thread Gergely Kis
On Wed, Aug 29, 2012 at 11:34 PM, Fu, Chao-Ying f...@mips.com wrote: On Wed, Aug 29, 2012 at 05:58:10PM +, Fu, Chao-Ying wrote: Hi All, Before a MIPS buildbot is ready, you can go ahead to change the assembler or any parts of code. We (MIPS) will test new code and submit