Compiler Loop Unswitching
- From: Tim Frink <plfriko@xxxxxxxx>
- Date: Fri, 29 Feb 2008 12:51:41 +0100
Hi,
I'd like to know your experiences with compiler loop optimizations.
What loop optimizations (in your opinion) can be applied to a large
number of programs and yield a (significant) improvement of the
program run-time?
I've tested the compiler optimization "loop unswitching" (also introduced
in gcc 3.4) but going through a large number of different benchmarks I
could find very few examples where the optimization could be applied. Do
you share my experience?
Regards,
Tim
.
- Follow-Ups:
- Re: Compiler Loop Unswitching
- From: Walter Banks
- Re: Compiler Loop Unswitching
- Prev by Date: Re: EXE at server
- Next by Date: Re: EXE at server
- Previous by thread: cvs and sourceforge
- Next by thread: Re: Compiler Loop Unswitching
- Index(es):
Relevant Pages
|