On 6 November 2017 at 14:05, Wilco Dijkstra wrote:
> Maxim Kuvyrkov wrote:
>> > On Nov 2, 2017, at 9:41 PM, Wilco Dijkstra wrote:
>> >
>> > The Arm backend sets the default sched-pressure algorithm to
>> > SCHED_PRESSURE_MODEL. Benchmarking on AArch64 shows this
>> > speeds up floating point per
Maxim Kuvyrkov wrote:
> > On Nov 2, 2017, at 9:41 PM, Wilco Dijkstra wrote:
> >
> > The Arm backend sets the default sched-pressure algorithm to
> > SCHED_PRESSURE_MODEL. Benchmarking on AArch64 shows this
> > speeds up floating point performance on SPEC - eg. CactusBSSN improves
> > by ~16%.
>
> On Nov 2, 2017, at 9:41 PM, Wilco Dijkstra wrote:
>
> The Arm backend sets the default sched-pressure algorithm to
> SCHED_PRESSURE_MODEL. Benchmarking on AArch64 shows this
> speeds up floating point performance on SPEC - eg. CactusBSSN improves
> by ~16%. The gains are mostly due to les
On Thu, Nov 02, 2017 at 06:41:58PM +, Wilco Dijkstra wrote:
> The Arm backend sets the default sched-pressure algorithm to
> SCHED_PRESSURE_MODEL. Benchmarking on AArch64 shows this
> speeds up floating point performance on SPEC - eg. CactusBSSN improves
> by ~16%. The gains are mostly due t
Richard Biener wrote:
> On Fri, Nov 3, 2017 at 6:38 AM, Andrew Pinski wrote:
> > On Fri, Nov 3, 2017 at 12:11 AM, Wilco Dijkstra
> > wrote:
> >> The Arm backend sets the default sched-pressure algorithm to
> >> SCHED_PRESSURE_MODEL. Benchmarking on AArch64 shows this
> >> speeds up floating poi
On Fri, Nov 3, 2017 at 6:38 AM, Andrew Pinski wrote:
> On Fri, Nov 3, 2017 at 12:11 AM, Wilco Dijkstra
> wrote:
>> The Arm backend sets the default sched-pressure algorithm to
>> SCHED_PRESSURE_MODEL. Benchmarking on AArch64 shows this
>> speeds up floating point performance on SPEC - eg. Cactu
On Fri, Nov 3, 2017 at 12:11 AM, Wilco Dijkstra wrote:
> The Arm backend sets the default sched-pressure algorithm to
> SCHED_PRESSURE_MODEL. Benchmarking on AArch64 shows this
> speeds up floating point performance on SPEC - eg. CactusBSSN improves
> by ~16%. The gains are mostly due to less sp
The Arm backend sets the default sched-pressure algorithm to
SCHED_PRESSURE_MODEL. Benchmarking on AArch64 shows this
speeds up floating point performance on SPEC - eg. CactusBSSN improves
by ~16%. The gains are mostly due to less spilling, so enable this on AArch64
by default.
OK for commit?