Re: Allocating some Loop allocno in memory

2015-01-12 Thread Vladimir Makarov
; Vidhumouli Hunsigida; Nagaraju Mekala Subject: Re: Allocating some Loop allocno in memory On Sun, Jan 11, 2015 at 4:45 PM, Ajit Kumar Agarwal wrote: -Original Message- From: Richard Biener [mailto:richard.guent...@gmail.com] Sent: Sunday, January 11, 2015 8:05 PM To: Ajit Kumar Agarwal

RE: Allocating some Loop allocno in memory

2015-01-12 Thread Ajit Kumar Agarwal
: Allocating some Loop allocno in memory On Sun, Jan 11, 2015 at 4:45 PM, Ajit Kumar Agarwal wrote: > > > -Original Message- > From: Richard Biener [mailto:richard.guent...@gmail.com] > Sent: Sunday, January 11, 2015 8:05 PM > To: Ajit Kumar Agarwal; vmaka...@redhat.co

Re: Allocating some Loop allocno in memory

2015-01-12 Thread Richard Biener
gt; Cc: Vinod Kathail; Shail Aditya Gupta; Vidhumouli Hunsigida; Nagaraju Mekala > Subject: Re: Allocating some Loop allocno in memory > > On January 11, 2015 5:25:23 AM CET, Ajit Kumar Agarwal > wrote: >> >>I was thinking of some of the opportunities with respect to reducin

RE: Allocating some Loop allocno in memory

2015-01-11 Thread Ajit Kumar Agarwal
: Allocating some Loop allocno in memory On January 11, 2015 5:25:23 AM CET, Ajit Kumar Agarwal wrote: > >I was thinking of some of the opportunities with respect to reducing >spills inside the Loop. If the Live range(allocno) spans through the >Loop and Live out at the exit of the Loop a

Re: Allocating some Loop allocno in memory

2015-01-11 Thread Richard Biener
On January 11, 2015 5:25:23 AM CET, Ajit Kumar Agarwal wrote: > >I was thinking of some of the opportunities with respect to reducing >spills inside the Loop. If the Live range(allocno) >spans through the Loop and Live out at the exit of the Loop and there >are no references or not being touched

Allocating some Loop allocno in memory

2015-01-10 Thread Ajit Kumar Agarwal
I was thinking of some of the opportunities with respect to reducing spills inside the Loop. If the Live range(allocno) spans through the Loop and Live out at the exit of the Loop and there are no references or not being touched upon inside the Loop, assign the allocno to the memory. This incre