Re: [PATCH][AArch64] Improve scheduling model for X-Gene

2017-11-15 Thread Kyrill Tkachov
On 15/11/17 08:49, Dominik Inführ wrote: Could you please commit it for me? I don’t have commit rights. Ah, of course. Committed with r254759. Thanks, Kyrill Thanks, Dominik On 13 Nov 2017, at 12:27, Kyrill Tkachov wrote: On 13/11/17 11:09, Dominik Inführ wrote: Oh sure, I've now suc

Re: [PATCH][AArch64] Improve scheduling model for X-Gene

2017-11-15 Thread Dominik Inführ
Could you please commit it for me? I don’t have commit rights. Thanks, Dominik > On 13 Nov 2017, at 12:27, Kyrill Tkachov wrote: > > > On 13/11/17 11:09, Dominik Inführ wrote: >> Oh sure, I've now successfully bootstrapped on arm-linux-gnueabihf and >> aarch64-unknown-linux-gnu. >> >> Domin

Re: [PATCH][AArch64] Improve scheduling model for X-Gene

2017-11-13 Thread Kyrill Tkachov
On 13/11/17 11:09, Dominik Inführ wrote: Oh sure, I've now successfully bootstrapped on arm-linux-gnueabihf and aarch64-unknown-linux-gnu. Dominik Thanks Dominik, This is ok for trunk. Kyrill On 10 Nov 2017, at 10:53, Kyrill Tkachov wrote: Hi Dominic, On 10/11/17 09:36, Dominik Infüh

Re: [PATCH][AArch64] Improve scheduling model for X-Gene

2017-11-13 Thread Dominik Inführ
Oh sure, I've now successfully bootstrapped on arm-linux-gnueabihf and aarch64-unknown-linux-gnu. Dominik > On 10 Nov 2017, at 10:53, Kyrill Tkachov wrote: > > Hi Dominic, > > On 10/11/17 09:36, Dominik Inführ wrote: >> Hi, >> >> this patch tries to refine the instruction scheduling model fo

Re: [PATCH][AArch64] Improve scheduling model for X-Gene

2017-11-10 Thread Kyrill Tkachov
Hi Dominic, On 10/11/17 09:36, Dominik Inführ wrote: Hi, this patch tries to refine the instruction scheduling model for X-Gene. Improved performance for 456.hmmer and 464.h264ref (about 1%). Also splits the model into multiple automatons, therefore smaller binary and faster build time. Surv

Re: [PATCH][AArch64] Improve scheduling model for X-Gene

2017-11-10 Thread Dominik Inführ
> On 10 Nov 2017, at 10:40, James Greenhalgh wrote: > > On Fri, Nov 10, 2017 at 10:36:57AM +0100, Dominik Inführ wrote: >> Hi, >> >> this patch tries to refine the instruction scheduling model for X-Gene. >> Improved performance for 456.hmmer and 464.h264ref (about 1%). Also splits >> the model

Re: [PATCH][AArch64] Improve scheduling model for X-Gene

2017-11-10 Thread James Greenhalgh
On Fri, Nov 10, 2017 at 10:36:57AM +0100, Dominik Inführ wrote: > Hi, > > this patch tries to refine the instruction scheduling model for X-Gene. > Improved performance for 456.hmmer and 464.h264ref (about 1%). Also splits > the model into multiple automatons, therefore smaller binary and faster b

[PATCH][AArch64] Improve scheduling model for X-Gene

2017-11-10 Thread Dominik Inführ
Hi, this patch tries to refine the instruction scheduling model for X-Gene. Improved performance for 456.hmmer and 464.h264ref (about 1%). Also splits the model into multiple automatons, therefore smaller binary and faster build time. Survives bootstrap. Best, Dominik gcc/ChangeLog: 2017-10-0