[Bug debug/31412] [4.3] inf loop/long compile time, time spent in var-tracking.c

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Apr 3 12:25:00 GMT 2007



------- Comment #3 from rguenth at gcc dot gnu dot org  2007-04-03 13:24 -------
Well, vt_find_locations is quadratic in the number of edges and basic blocks
which
we have a _lot_ in this testcase.  Now, with the dataflow rewrite there may be
an easier way to compute the df problem.  Maybe Paolo has a suggestion here...


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bonzini at gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-04-03 13:24:54
               date|                            |


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



More information about the Gcc-bugs mailing list