search for: ccbench

Displaying 1 result from an estimated 1 matches for "ccbench".

Did you mean: cbench
2007 Aug 25
0
[LLVMdev] ccbench: compiler shotout benchmark script
...outside of the LLVM makefile framework, but this stems from the fact that I can use it to compare any GCC-like compiler, e.g. gcc-4.2 against Intel ICC. It also allows one to compare the generated code sizes, which can be quite nice. Here is a sample output of a boring run on hello programs: $ ./ccbench -v Checking compilers ... Compiler /usr/bin/g++-3.3 not found g++-4.1: g++-4.1 (GCC) 4.1.3 20070812 (prerelease) (Debian 4.1.2-15) g++-4.2: g++-4.2 (GCC) 4.2.1 (Debian 4.2.1-3) llvm-g++: llvm-g++ (GCC) 4.0.1 (Apple Computer, Inc. build 5449)(LLVM build ) llvm-g++-bc: llvm-g++ (...