Home > Archive > Compilers > May 2007 > GCC Compiler Benchmark
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
GCC Compiler Benchmark
|
|
| srimks11@gmail.com 2007-05-31, 10:10 pm |
| Hi
Looking for some help with free software tools or resources for
performing Compiler Benchmark for GCC. The FC-3 support has toolchain
- gcc-v4.3, binutils-2.15, newlib-1.15; and target=sh-elf.
I need to perform benchmark analysis for newly incorporated
instructions.
Any links or resources or clues?
BR
Mukesh K Srivastava
srimks11@gmail.com
| |
| Eric Christopher 2007-05-31, 10:10 pm |
| > Looking for some help with free software tools or resources for
> performing Compiler Benchmark for GCC. The FC-3 support has toolchain
> - gcc-v4.3, binutils-2.15, newlib-1.15; and target=sh-elf.
>
> I need to perform benchmark analysis for newly incorporated
> instructions.
>
> Any links or resources or clues?
>
For free benchmarks you'll probably want to look at CSiBE:
http://www.inf.u-szeged.hu/csibe/
which is a code size benchmark suite for gcc. Otherwise free
benchmarks for compilers, especially embedded targets, are
rather hard to come by.
You didn't say what you wanted to benchmark or against
what so your mileage may vary on whether or not this solves
the problem you were asking about.
-eric
|
|
|
|
|