[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
gcc optimizations
- From: Jerry DeLisle <jvdelisle verizon net>
- To: For users of Fedora Core releases <fedora-list redhat com>
- Subject: gcc optimizations
- Date: Fri, 13 Aug 2004 21:13:57 -0700
I thought folks might be interested in this. I compiled whetstone.c
with the FC2 gcc and gcc34 to compare the two. I used identical compile
statements except for the compiler invoked.
gcc -O3 -funroll-loops -malign-double whetstone.c -lm -o whets
Then called with:
./whets 50000
The results:
gcc 833.3 mips
gcc34 1250 mips
Quite a difference.
Jerry
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]