Re: patch for PR53125

2012-05-15 Thread Paolo Bonzini
> Now with patch > > On Fri, May 11, 2012 at 8:42 PM, Steven Bosscher > wrote: > 2012-05-10 Vladimir Makarov > > PR rtl-optimization/53125 > * ira.c (ira): Call find_moveable_pseudos and > move_unallocated_pseudos if only ira_conflicts_p is true. >

Re: patch for PR53125

2012-05-15 Thread Vladimir Makarov
On 05/15/2012 07:59 AM, Steven Bosscher wrote: On Fri, May 11, 2012 at 8:42 PM, Steven Bosscher wrote: Now with patch On Fri, May 11, 2012 at 8:42 PM, Steven Bosscher wrote: 2012-05-10 Vladimir Makarov PR rtl-optimization/53125 * ira.c (ira): Call find_moveable_pseudos

Re: patch for PR53125

2012-05-15 Thread Steven Bosscher
On Fri, May 11, 2012 at 8:42 PM, Steven Bosscher wrote: > Now with patch > > On Fri, May 11, 2012 at 8:42 PM, Steven Bosscher > wrote: > 2012-05-10  Vladimir Makarov > >          PR rtl-optimization/53125 >          * ira.c (ira): Call find_moveable_pseudos and >          mov

Re: patch for PR53125

2012-05-11 Thread Steven Bosscher
Now with patch On Fri, May 11, 2012 at 8:42 PM, Steven Bosscher wrote: 2012-05-10  Vladimir Makarov          PR rtl-optimization/53125          * ira.c (ira): Call find_moveable_pseudos and          move_unallocated_pseudos if only ira_conflicts_p is true. > > And the att

Re: patch for PR53125

2012-05-11 Thread Steven Bosscher
>>> 2012-05-10  Vladimir Makarov >>> >>>          PR rtl-optimization/53125 >>>          * ira.c (ira): Call find_moveable_pseudos and >>>          move_unallocated_pseudos if only ira_conflicts_p is true. And the attached patch fixes the reginfo slowness. The reginfo pass was doing: for each

Re: patch for PR53125

2012-05-11 Thread Vladimir Makarov
On 05/11/2012 08:17 AM, Richard Earnshaw wrote: On 10/05/12 20:58, Vladimir Makarov wrote: The following patch is for PR53125. The PR is described on http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53125. The patch improves the compilation speed by 35% for the case. The patch was successfully boo

patch for PR53125

2012-05-10 Thread Vladimir Makarov
The following patch is for PR53125. The PR is described on http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53125. The patch improves the compilation speed by 35% for the case. The patch was successfully bootstrapped on x86-64. Committed as rev. 187373. 2012-05-10 Vladimir Makarov PR rt