> 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.
>
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
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
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
>>> 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
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
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