[TCWG-614] Range Thunks
Finally managed to get some review on the entirety of the Range Thunks
patches. Have reorganised the patches and wrote some documentation to
make it easier to review. Responded to all review comments so far.
Compiler-rt
A long tail of frustration.
Managed to get a hello wo
> On Jul 17, 2017, at 10:48 AM, Christophe Lyon
> wrote:
>
> * Short week (Friday off)
>
> == Progress ==
> * Infrastructure/validation:
>
> * Benchmarking:
> - production scripts are now up-to-date, still observing noise on
> some benchmarks
I've investigate noise in 401.bzip2 (6%) and 436.
* Short week (Friday off)
== Progress ==
* Infrastructure/validation:
* Benchmarking:
- production scripts are now up-to-date, still observing noise on
some benchmarks
- fixed a couple of small issues with the scripts
* GCC upstream validation:
- working on further reducing noise ("random"
== This Week ==
* PR78736 (2/10)
- Submitted patch upstream
* type-promotion (3/10)
- Scheduling path-splitting before type-promotion fixes the regression
with path-split-1.c
- Created patch to fix issues with type-promotion interfering with
widening_mul and bswap
optimizations
* malloc-propag