Discussion:
[Activity] Week 12
Prathamesh Kulkarni
2015-03-23 05:54:48 UTC
Permalink
TCWG-619:
- Cross compiled v8 on ARM using linaro toolchain (binary release).
- Built chromium LTO native
- Building v8 on ARM with LTO results in ICE at lto_tag_to_tree_code.
- Buiilding v8 (without LTO) with linaro-4.9-branch results in ar error.
- Cross compiling chromium on ARM with LTO using linaro toolchain
segfaults ld
- Using gcc-nm, gcc-ar works as a work-around for "plugin needed to
handle lto object" error

TCWG-621:
- Finished refactoring sel-sched-ir.h

* Bugs
- PR49951: Modified patch to fix few test-cases.

* Misc:
- Internal college event on Saturday.

== Next Week ==
- TCWG-619
- Test patch for PR49951 and submit upstream.
- Refactor lra-int.h
Prathamesh Kulkarni
2015-03-23 06:03:37 UTC
Permalink
On 23 March 2015 at 11:24, Prathamesh Kulkarni
Post by Prathamesh Kulkarni
- Cross compiled v8 on ARM using linaro toolchain (binary release).
- Built chromium LTO native
- Building v8 on ARM with LTO results in ICE at lto_tag_to_tree_code.
- Buiilding v8 (without LTO) with linaro-4.9-branch results in ar error.
- Cross compiling chromium on ARM with LTO using linaro toolchain
segfaults ld
- Using gcc-nm, gcc-ar works as a work-around for "plugin needed to
handle lto object" error
- Finished refactoring sel-sched-ir.h
* Bugs
- PR49951: Modified patch to fix few test-cases.
s/PR49951/PR49551
Post by Prathamesh Kulkarni
- Internal college event on Saturday.
== Next Week ==
- TCWG-619
- Test patch for PR49951 and submit upstream.
- Refactor lra-int.h
Yvan Roux
2015-03-23 09:19:09 UTC
Permalink
== Issue ==
* none

== Progress ==
* Infrastructure and Validation (1/10)
- Validate staging builders, still some issues with guality tests

* GCC Upstream (5/10)
- PR64208 submitted a patch that fixes the LRA ICE for iwmmxt target.
- PR63587 and PR64871 submitted patches that backport the fixes into
FSF 4.9 branch. Patches approved, to be committed.

* Release and Backports (3/10)
- Finished Backflip improvements, dev branch merged into master.
- Presented this new features, stacked backports process and conflict
handling during our GCC team weekly meeting.

* Linaro Bugzilla (-/-)
- #1322 - Identified it as already resolved on our 4.8 branch.

* Misc (110)
- Various meetings

== Plan ==
- Continue on upstream bugzillas, backports and validation.

Loading...