http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33928
--- Comment #117 from rguenther at suse dot de <rguenther at suse dot de> 2011-03-04 16:14:55 UTC --- On Fri, 4 Mar 2011, lucier at math dot purdue.edu wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33928 > > --- Comment #116 from lucier at math dot purdue.edu 2011-03-04 16:09:13 UTC > --- > On Fri, 2011-03-04 at 11:59 +0000, rguenth at gcc dot gnu.org wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33928 > > > > --- Comment #115 from Richard Guenther <rguenth at gcc dot gnu.org> > > 2011-03-04 11:58:13 UTC --- > > Hm, there doesn't seem to be a runtime testcase attached to this bug, so I > > can't produce numbers for the upcoming 4.6 release. Brad, can you do so > > if you have time? > > I'll work on it. Thanks. > I just went through all the comments in this bug report to remind me of > the issues, of which there seem to be two. The first is the runtime > performance of the direct FFT in direct.c, as discussed, e.g., in > comment 103 > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33928#c103 > > and the second is the compile-time performance. > > I presume you want to know about the performance of the FFT code. This > is a very specific benchmark (one routine) and would not be indicative > of general Yes, I want to know about runtime performance. > > Btw, how difficult is it to setup a continuous performance testing of > > Gambit? > > Is Gambit reasonably self-contained (no external dependenices, > > commandline-driven)? I'm considering to add it to > > http://gcc.opensuse.org/c++bench/ > > I probably can get it built but would appreciate hints on how to setup an > > automated performance test. > > > > It's completely self-contained and very portable. Benchmarking could be > automated. It has a benchmark suite that measures runtime and > compile-time performance of a number of programs, most small, but some > larger (so compilation used to take quite a few GB of memory and several > minutes or more of CPU time; these are not benchmarked by default; would > you want to run these as extreme tests of the compiler?). > > I'll talk with Marc Feeley, the author of Gambit, about how to automate > the benchmarks; it will probably require just "make bench" with various > options if desired. Ah, so it's not Gambit from TAMU (the game theory software) then ;) Richard.