Re: scheduling question

2009-05-07 Thread Vladimir Makarov
Alex Turjan wrote: --- On Thu, 5/7/09, Maxim Kuvyrkov wrote: From: Maxim Kuvyrkov Subject: Re: scheduling question To: atur...@yahoo.com Cc: "Vladimir Makarov" , gcc@gcc.gnu.org Date: Thursday, May 7, 2009, 1:01 PM Alex Turjan wrote: Hi, During scheduling Im confronted with the fa

Re: scheduling question

2009-05-07 Thread Vladimir Makarov
Alex Turjan wrote: Hi, During scheduling Im confronted with the fact that an instruction is moved from the ready list to queued with the cost 2, while according to my expectations the insn should have been moved to queued with cost 1. High, Alex. I could look at this, if you have a test and

Re: scheduling question

2009-05-07 Thread Alex Turjan
--- On Thu, 5/7/09, Maxim Kuvyrkov wrote: > From: Maxim Kuvyrkov > Subject: Re: scheduling question > To: atur...@yahoo.com > Cc: "Vladimir Makarov" , gcc@gcc.gnu.org > Date: Thursday, May 7, 2009, 1:01 PM > Alex Turjan wrote: > > Hi, > > During schedu

Re: scheduling question

2009-05-07 Thread Maxim Kuvyrkov
Alex Turjan wrote: Hi, During scheduling Im confronted with the fact that an instruction is moved from the ready list to queued with the cost 2, while according to my expectations the insn should have been moved to queued with cost 1. Did anybody experience similar problem? From what you desc