This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/31412] inf loop/long compile time, time spent in var-tracking.c
- From: "zadeck at naturalbridge dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Oct 2007 12:14:59 -0000
- Subject: [Bug debug/31412] inf loop/long compile time, time spent in var-tracking.c
- References: <bug-31412-12387@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #16 from zadeck at naturalbridge dot com 2007-10-24 12:14 -------
Subject: Re: inf loop/long compile time, time spent in var-tracking.c
rguenth at gcc dot gnu dot org wrote:
> ------- Comment #15 from rguenth at gcc dot gnu dot org 2007-10-24 12:01 -------
> Btw, I can no longer reproduce the problem. var-tracking is not fast, but
> even a cc1 compiled with checking and -O0 does not take multiple hours to
> compile this (but just a minute):
>
> variable tracking : 11.34 (23%) usr 0.20 (12%) sys 11.54 (23%) wall
> 46131 kB (25%) ggc
> TOTAL : 48.36 1.66 50.07
> 183405 kB
>
>
>
I think that given the most likely cause of the problem, the problem is
just hiding. My guess is that the problem is that there is an oddball
case where the dataflow equations do not converge and we will see this
again. But it is clearly very rare.
kenny
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31412