Discussion:
[ACTIVITY] 21 - 25 March 2016
Prathamesh Kulkarni
2016-03-27 18:52:38 UTC
Permalink
== This Week ==

* LTO (4/10)
- Committed r234490 to fix PR70366
- Spent unnecessary time tracking down known (invalid) bug PR65778
- LTO and branch out of range error:
- patch to introduce max partition size param
- experimenting with partition sizes to find value close to 16 mb limit.

* Validation (2/10)
- Pushed script to it's own repo
- Reviews from Christophe on tcwg-buildapp job

* Public Holidays (4/10)

== Next Week ==
- Continue ongoing tasks
kugan
2016-03-29 06:53:52 UTC
Permalink
== Progress ==

* Type promotion pass (6/10)
- Fixed major false positive uninit warnings
= Changed tree-ssa-uinit to handle SEXT_EXPR
= preserving TREE_NO_WARNING set by SRA
= Somemore fixes to preserve debug loc
- There are still some more but this is mainly due to how
tree-ssa-uinit is designed
- Working through the output patterns; some are simple changes but
some needs more analysis
- Planning to create a branch with the latest version for easy review

* Bugs (1/10)
- PR70359

* Misc (1/10)
- GCC Lists

* Public holiday (2/10)

== Plan ==
* Type promotion pass benchmarking
* Perf with LTO

Loading...