[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)

- we have DFG and LLINT working for MIPS. We are going to start sending in
the patches today or tomorrow. We plan to submit the work in 3 parts, as 3
separate issues in bugzilla:
- common parts, which are used by both LLINT and DFG
- LLINT MIPS implementation
- DFG MIPS implementation

Should we CC someone directly on these bugs to make the reviews easier?

- Our porting effort uses the following git repository as a staging area:
https://github.com/paul99/webkit
The master branch in this repository is a direct mirror of the main
webkit.org trunk branch.
With the mips-master branch we are tracking the master branch, but also add
a few MIPS specific patches that we are preparing for submitting back to
the main webkit repository. Once we get LLINT and DFG accepted, the
difference between the webkit trunk and our mips-master branch will be
minimal: just the patches that were not yet accepted to webkit trunk. No
forking or added exclusive features are intended here in this
repository. We are committed to submit all MIPS support patches to the
webkit.org main repository.

Best Regards,
Gergely
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] MIPS port status update

2012-10-15 Thread Gavin Barraclough
On Oct 15, 2012, at 7:13 AM, Gergely Kis wrote:
 Should we CC someone directly on these bugs to make the reviews easier?

Likely reviewers would be me, Oliver, Filip or Geoff, feel free to cc.

cheers,
G.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev