Related articles |
---|
Loop-dedicated benchmark suites? linuxkaffee@gmx.net (Stephan Ceram) (2008-07-23) |
Re: Loop-dedicated benchmark suites? SidTouati@inria.fr (Sid Touati) (2008-07-30) |
From: | Stephan Ceram <linuxkaffee@gmx.net> |
Newsgroups: | comp.compilers |
Date: | 23 Jul 2008 19:09:56 GMT |
Organization: | Compilers Central |
Keywords: | benchmarks, question |
Posted-Date: | 25 Jul 2008 07:48:50 EDT |
Hi,
I want to evaluate the effectiveness of a research C source-to-source
optimizer on benchmarks. Especially, I'm interested in the supported
loop transformations.
Which freely available testsuites contain a large number of loops?
Are there possibly benchmark suites that focus on loops?
One of the supported loop transformations I want to evaluate is loop
unswitching. However, the benchmarks from the UTDSP testsuite I
recently considered have no potential for this transformation,
i.e. the loop structures do not allow to "unswitch" loops. Is this a
normal situation for unswitching?
Regards,
Christian
Return to the
comp.compilers page.
Search the
comp.compilers archives again.