Re: which opt. flags go where? - references

2007-03-06 Thread Grigori Fursin
* Subject: Re: which opt. flags go where? - references * References: [EMAIL PROTECTED] [EMAIL PROTECTED] Hi, On 07 Feb 2007, at 15:22, Diego Novillo wrote: Kenneth Hoste wrote on 02/07/07 08:56: [1] Almagor et al., Finding effective compilation sequences (LCES'04) [2] Cooper et

Re: which opt. flags go where? - references

2007-02-10 Thread Ronny Peine
Hi, Am Donnerstag, 8. Februar 2007 13:18 schrieben Sie: Thank you very much. After reading the abstract, I'm highly interested in this work, because they also use GCC and SPEC CPU2000, as I'm planning to do... Which benchmarks did you test on? I testet it on freebench-1.03, nbench-byte-2.2.2

Re: which opt. flags go where? - references

2007-02-08 Thread Ronny Peine
Hi, maybe http://docs.lib.purdue.edu/ecetr/123/ would also be interesting for you. There, a quadratic algorithm for finding a nearly optimal set of compiler flags is described. The results are quite promising and i have also tested it on my own benchmarkingsuite with good results. cu, Ronny

Re: which opt. flags go where? - references

2007-02-08 Thread Kenneth Hoste
On 08 Feb 2007, at 10:47, Ronny Peine wrote: Hi, maybe http://docs.lib.purdue.edu/ecetr/123/ would also be interesting for you. There, a quadratic algorithm for finding a nearly optimal set of compiler flags is described. The results are quite promising and i have also tested it on my

which opt. flags go where? - references

2007-02-07 Thread Kenneth Hoste
Hello, I'm planning to do some research on the optimization flags available for GCC (currently, using 4.1.1). More in particular, we want to see how we can come up with a set of combinations of flags which allow a tradeoff between compilation time, execution time and code size (as with

Re: which opt. flags go where? - references

2007-02-07 Thread Diego Novillo
Kenneth Hoste wrote on 02/07/07 08:56: [1] Almagor et al., Finding effective compilation sequences (LCES'04) [2] Cooper et al., Optimizing for Reduced Code Space using Genetic Algorithms (LCTES'99) [3] Almagor et al., Compilation Order Matters: Exploring the Structure of the Space of