Re: [lra] patch mostly implementing pseudo live range split

2011-12-05 Thread Vladimir Makarov
On 12/02/2011 08:35 AM, Hans-Peter Nilsson wrote: On Tue, 29 Nov 2011, Vladimir Makarov wrote: 3. The patch rewrite the way of dealing with the secondary memory moves in constraint pass of LRA. Previously we generated secondary moves if macro SECONDARY_MEMORY_NEEDED says so. Unfortunat

Re: [lra] patch mostly implementing pseudo live range split

2011-12-02 Thread Hans-Peter Nilsson
On Tue, 29 Nov 2011, Vladimir Makarov wrote: > 3. The patch rewrite the way of dealing with the secondary memory >moves in constraint pass of LRA. Previously we generated secondary >moves if macro SECONDARY_MEMORY_NEEDED says so. Unfortunately, the >macro is usually defined inaccurate

Re: [lra] patch mostly implementing pseudo live range split

2011-11-30 Thread Vladimir Makarov
On 11/30/2011 12:09 AM, Jeff Law wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/29/11 15:03, Vladimir Makarov wrote: This patch contains a part of my several last weeks work on LRA. 1. The major change is to add pseudo live range split transformation to the existing inheritance tra

Re: [lra] patch mostly implementing pseudo live range split

2011-11-29 Thread Jeff Law
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/29/11 15:03, Vladimir Makarov wrote: > This patch contains a part of my several last weeks work on LRA. > > 1. The major change is to add pseudo live range split > transformation to the existing inheritance transformations. The > idea is to cre