search for: 196pf

Displaying 2 results from an estimated 2 matches for "196pf".

2004 Jun 19
0
[LLVMdev] benchmarking LLVM
...m.cs.uiuc.edu/testresults/X86/ > GCC is reported to be quicker on > Benchmarks/Shootout-C++/ackermann test. This test seems PARTICULARLY noisy for some reason. Take a look at this: [zion Shootout-C++]$ time Output/ackermann.native Ack(3,12): 32765 3.130u 0.010s 0:03.14 100.0% 0+0k 0+0io 196pf+0w [zion Shootout-C++]$ time Output/ackermann.native Ack(3,12): 32765 3.280u 0.000s 0:03.28 100.0% 0+0k 0+0io 196pf+0w [zion Shootout-C++]$ time Output/ackermann.native Ack(3,12): 32765 3.210u 0.000s 0:03.21 100.0% 0+0k 0+0io 196pf+0w [zion Shootout-C++]$ time Output/ackermann.native Ack(3,12...
2004 Jun 19
2
[LLVMdev] benchmarking LLVM
Hi all i took a look into LLVM benchmarks from nightly tester and ran Shootout tests on my own. Below go just few outlines. 1. results on my AMD AthlonXP and Xeon used by LLVM team are different sometime. In particular, both Shootout and Shootout-C++ show great speed up with LLVM (in comparison to GCC) on ackerman test on my AthlonXP. But here: