Re: [DF] [performance] generate DF_REF_BASE REFs in REGNO order

2011-10-08 Thread Dimitrios Apostolou
Hello all, I received my GSOC t-shirt yesterday which reminded me I have a promise to keep... After realising that it can take forever to find enough free time to work on GCC, I decided to work a couple of hours whenever I can and post updates to my patches as time permits. Hopefully some of t

Re: [DF] [performance] generate DF_REF_BASE REFs in REGNO order

2011-08-22 Thread Dimitrios Apostolou
On Mon, 22 Aug 2011, Dimitrios Apostolou wrote: Hi Steven, On Mon, 1 Aug 2011, Steven Bosscher wrote: On Sun, Jul 31, 2011 at 11:59 PM, Steven Bosscher wrote: On Fri, Jul 29, 2011 at 11:48 PM, Steven Bosscher wrote: I'll see if I can test the patch on the compile farm this weekend, just to

Re: [DF] [performance] generate DF_REF_BASE REFs in REGNO order

2011-08-22 Thread Dimitrios Apostolou
Hi Steven, On Mon, 1 Aug 2011, Steven Bosscher wrote: On Sun, Jul 31, 2011 at 11:59 PM, Steven Bosscher wrote: On Fri, Jul 29, 2011 at 11:48 PM, Steven Bosscher wrote: I'll see if I can test the patch on the compile farm this weekend, just to be sure. Bootstrap on ia64-unknown-linux-gnu is

Re: [DF] [performance] generate DF_REF_BASE REFs in REGNO order

2011-07-31 Thread Dimitrios Apostolou
On Sun, 31 Jul 2011, Steven Bosscher wrote: On Fri, Jul 29, 2011 at 11:48 PM, Steven Bosscher wrote: I'll see if I can test the patch on the compile farm this weekend, just to be sure. Worked fine with some cross-builds to arm-eabi. Bootstrap on ia64-unknown-linux-gnu is in stage2 but it is

Re: [DF] [performance] generate DF_REF_BASE REFs in REGNO order

2011-07-31 Thread Steven Bosscher
On Sun, Jul 31, 2011 at 11:59 PM, Steven Bosscher wrote: > On Fri, Jul 29, 2011 at 11:48 PM, Steven Bosscher > wrote: >> I'll see if I can test the patch on the compile farm this weekend, >> just to be sure. > > Bootstrap on > ia64-unknown-linux-gnu is in stage2 but it is taking forever (on > gc

Re: [DF] [performance] generate DF_REF_BASE REFs in REGNO order

2011-07-31 Thread Steven Bosscher
On Fri, Jul 29, 2011 at 11:48 PM, Steven Bosscher wrote: > I'll see if I can test the patch on the compile farm this weekend, > just to be sure. Worked fine with some cross-builds to arm-eabi. Bootstrap on ia64-unknown-linux-gnu is in stage2 but it is taking forever (on gcc60)... I will not be ab

Re: [DF] [performance] generate DF_REF_BASE REFs in REGNO order

2011-07-29 Thread Kenneth Zadeck
you are the best kenny On 07/29/2011 05:48 PM, Steven Bosscher wrote: On Fri, Jul 29, 2011 at 7:57 PM, Dimitrios Apostolou wrote: On Fri, 29 Jul 2011, Kenneth Zadeck wrote: i really think that patches of this magnitude having to with the rtl level should be tested on more than one platfo

Re: [DF] [performance] generate DF_REF_BASE REFs in REGNO order

2011-07-29 Thread Steven Bosscher
On Fri, Jul 29, 2011 at 7:57 PM, Dimitrios Apostolou wrote: > On Fri, 29 Jul 2011, Kenneth Zadeck wrote: > >> i really think that patches of this magnitude having to with the rtl level >> should be tested on more than one platform. > > I'd really appreciate further testing on alternate platforms fr

Re: [DF] [performance] generate DF_REF_BASE REFs in REGNO order

2011-07-29 Thread Dimitrios Apostolou
On Fri, 29 Jul 2011, Kenneth Zadeck wrote: i really think that patches of this magnitude having to with the rtl level should be tested on more than one platform. I'd really appreciate further testing on alternate platforms from whoever does it casually, for me it would take too much time to s

Re: [DF] [performance] generate DF_REF_BASE REFs in REGNO order

2011-07-29 Thread Kenneth Zadeck
i really think that patches of this magnitude having to with the rtl level should be tested on more than one platform. kenny On 07/29/2011 01:39 PM, Dimitrios Apostolou wrote: Completely forgot it: Tested on i386, no regressions. Dimitrios

Re: [DF] [performance] generate DF_REF_BASE REFs in REGNO order

2011-07-29 Thread Dimitrios Apostolou
Completely forgot it: Tested on i386, no regressions. Dimitrios

Re: [DF] [performance] generate DF_REF_BASE REFs in REGNO order

2011-07-29 Thread Kenneth Zadeck
were these tested on any platform aside from x86? On 07/29/2011 01:26 PM, Paolo Bonzini wrote: On 07/29/2011 07:23 PM, Dimitrios Apostolou wrote: 2011-07-29 Dimitrios Apostolou Paolo Bonzini (df_def_record_1): Assert a parallel must contain an EXPR_LIST at this

Re: [DF] [performance] generate DF_REF_BASE REFs in REGNO order

2011-07-29 Thread Paolo Bonzini
On 07/29/2011 07:23 PM, Dimitrios Apostolou wrote: 2011-07-29 Dimitrios Apostolou Paolo Bonzini (df_def_record_1): Assert a parallel must contain an EXPR_LIST at this point. Receive the LOC and move its extraction... (df_defs_record): ... here. Rewrote lo