This is the mail archive of the gcc@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]

Re: Optimizing g++ 3.2


Richard Guenther <rguenth@tat.physik.uni-tuebingen.de> writes:

> Hi!
>
> How can I build an optimized g++ compiler, preferrably using profiling
> feedback from heavily templated code? What are suggested options for
> compiling gcc, if optimizing for speed? Will -fprefetch-loop-arrays help
> (Athlon TB)? What are experiences?

Depends on your code.  My page http://www.suse.de/~aj/SPEC has  a
comparison of some options - but that was done with an older compiler,

Andreas

> What are suggested g++ options to speed up compilations of heavily
> templated code during development?
>
> Thanks for help, Richard.

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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