Displaying 2 results from an estimated 2 matches for "235pf".
Did you mean:
234pf
2004 Oct 05
0
[LLVMdev] Starting with LLVM-GCC on Cygwin
...ve th 50000 > /dev/null
1.030u 0.160s 0:01.17 101.7% 0+0k 0+0io 234pf+0w
$ time Output/bigfib.native th 50000 > /dev/null
1.000u 0.170s 0:01.16 100.8% 0+0k 0+0io 234pf+0w
Native GCC 3.3 -O3:
$ time Output/bigfib.native th 50000 > /dev/null
0.940u 0.150s 0:01.08 100.9% 0+0k 0+0io 235pf+0w
$ time Output/bigfib.native th 50000 > /dev/null
0.930u 0.150s 0:01.07 100.9% 0+0k 0+0io 235pf+0w
$ time Output/bigfib.native th 50000 > /dev/null
0.890u 0.200s 0:01.08 100.9% 0+0k 0+0io 235pf+0w
Note that this benchmark allocates a TON of memory, so it's not a
wonderful benchma...
2004 Oct 05
5
[LLVMdev] Starting with LLVM-GCC on Cygwin
Hi,
I would like to use LLVM-GCC to compare its performance with other compilers.
Something like testsuite "Computing very large Fibonacci numbers" at
http://article.gmane.org/gmane.comp.lang.c%2B%2B.perfometer/37.
My environment:
-----------------
Windows 2000
Cygwin
$ uname -srom
CYGWIN_NT-5.0 1.5.11(0.116/4/2) i686 Cygwin
-----------------
What do I have to download from