[Bug tree-optimization/36519] [4.3 Regression] time/memory hog for c++ source.

2008-06-23 Thread rguenth at gcc dot gnu dot org


--- Comment #6 from rguenth at gcc dot gnu dot org  2008-06-23 10:11 ---
Subject: Bug 36519

Author: rguenth
Date: Mon Jun 23 10:10:38 2008
New Revision: 137033

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=137033
Log:
2008-06-23  Richard Guenther  [EMAIL PROTECTED]

PR tree-optimization/36519
* tree-ssa-alias.c (mem_sym_score): Count call-clobbered
unpartitionable SFTs in the usual way.
(compute_memory_partitions): Do partition call-clobbered
unpartitionable SFTs, but make sure to partition all other
SFTs of its parent var into the same partition.

Modified:
branches/gcc-4_3-branch/gcc/ChangeLog
branches/gcc-4_3-branch/gcc/tree-ssa-alias.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36519



[Bug tree-optimization/36519] [4.3 Regression] time/memory hog for c++ source.

2008-06-23 Thread rguenth at gcc dot gnu dot org


--- Comment #7 from rguenth at gcc dot gnu dot org  2008-06-23 10:14 ---
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Known to fail||4.3.1
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36519



[Bug tree-optimization/36519] [4.3 Regression] time/memory hog for c++ source.

2008-06-14 Thread pluto at agmk dot net


--- Comment #5 from pluto at agmk dot net  2008-06-14 14:04 ---
(In reply to comment #4)
 Created an attachment (id=15761)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15761action=view) [edit]
 patch
 
 Patch.  Wider testing appreciated.

this patch fixes all my c++ hogs.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36519



[Bug tree-optimization/36519] [4.3 Regression] time/memory hog for c++ source.

2008-06-13 Thread rguenth at gcc dot gnu dot org


--- Comment #2 from rguenth at gcc dot gnu dot org  2008-06-13 09:15 ---
Confirmed.

void es::ClockAnalyzer::initPrimitives()

is the offending function - yet another testcase with a huge initialization
sequence (we have problems there since long).  This is probably caused by
the fix for PR36339.

In the mean time building with -O1 is fine (the branch has SFTs disabled
there now), and the root of all evil is the fix for PR33870.


-- 

rguenth at gcc dot gnu dot org changed:

   What|Removed |Added

OtherBugsDependingO||33870, 36339
  nThis||
 Status|UNCONFIRMED |NEW
  Component|other   |tree-optimization
 Ever Confirmed|0   |1
   Keywords||alias, compile-time-hog,
   ||memory-hog
   Last reconfirmed|-00-00 00:00:00 |2008-06-13 09:15:31
   date||
   Target Milestone|--- |4.3.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36519



[Bug tree-optimization/36519] [4.3 Regression] time/memory hog for c++ source.

2008-06-13 Thread rguenth at gcc dot gnu dot org


--- Comment #3 from rguenth at gcc dot gnu dot org  2008-06-13 09:27 ---
Mine.


-- 

rguenth at gcc dot gnu dot org changed:

   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |rguenth at gcc dot gnu dot
   |dot org |org
 Status|NEW |ASSIGNED
   Last reconfirmed|2008-06-13 09:15:31 |2008-06-13 09:27:53
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36519



[Bug tree-optimization/36519] [4.3 Regression] time/memory hog for c++ source.

2008-06-13 Thread rguenth at gcc dot gnu dot org


--- Comment #4 from rguenth at gcc dot gnu dot org  2008-06-13 10:02 ---
Created an attachment (id=15761)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15761action=view)
patch

Patch.  Wider testing appreciated.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36519



[Bug tree-optimization/36519] [4.3 Regression] time/memory hog for c++ source.

2008-06-13 Thread mmitchel at gcc dot gnu dot org


-- 

mmitchel at gcc dot gnu dot org changed:

   What|Removed |Added

   Priority|P3  |P2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36519