This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/40965] [graphite] slow compilation



------- Comment #3 from sebpop at gmail dot com  2009-08-05 04:42 -------
Subject: Re:  [graphite] slow compilation

On Tue, Aug 4, 2009 at 17:44, rguenth at gcc dot gnu dot
org<gcc-bugzilla@gcc.gnu.org> wrote:
> Eh - where's that exponential time complexity? ...

The code generation of Graphite can be exponential, didn't I mentioned
it yet?

We should find some cutting factor, function of the number of loops in
a SCoP to avoid these long compile times.  One other solution is to
use the PPL watchdog utility to cut off the exponential operations in
a deterministic way.

Sebastian


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]