From 35bce20954581415a9e5057cc24f6e4769ef78f5 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 12 Mar 2008 18:10:52 +0000 Subject: Removed Column and Row in favor of Block --- bench/basicbench.cxxlist | 17 +++++++++++++---- bench/bench_multi_compilers.sh | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) (limited to 'bench') diff --git a/bench/basicbench.cxxlist b/bench/basicbench.cxxlist index 93266aaf2..5d670ef4b 100644 --- a/bench/basicbench.cxxlist +++ b/bench/basicbench.cxxlist @@ -1,12 +1,21 @@ #!/bin/bash -CLIST[((g++))]="g++-4.1 -O3 -DNDEBUG" +# CLIST[((g++))]="g++-3.4 -O3 -DNDEBUG" +# CLIST[((g++))]="g++-3.4 -O3 -DNDEBUG -finline-limit=20000" + +# CLIST[((g++))]="g++-4.1 -O3 -DNDEBUG" CLIST[((g++))]="g++-4.1 -O3 -DNDEBUG -finline-limit=20000" -CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG" +# CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG" CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG -finline-limit=20000" +# CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG -finline-limit=20000 -fprofile-generate" +# CLIST[((g++))]="g++-4.2 -O3 -DNDEBUG -finline-limit=20000 -fprofile-use" -CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG" +# CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG" CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG -finline-limit=20000" +# CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG -finline-limit=20000 -fprofile-generate" +# CLIST[((g++))]="g++-4.3 -O3 -DNDEBUG -finline-limit=20000 -fprofile-use" -CLIST[((g++))]="icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size" \ No newline at end of file +# CLIST[((g++))]="icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size" +# CLIST[((g++))]="icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -prof-genx" +# CLIST[((g++))]="icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -prof-use" \ No newline at end of file diff --git a/bench/bench_multi_compilers.sh b/bench/bench_multi_compilers.sh index ce5586fb9..27e91f1d5 100755 --- a/bench/bench_multi_compilers.sh +++ b/bench/bench_multi_compilers.sh @@ -17,7 +17,7 @@ for (( i=0 ; i /dev/null echo "" else -- cgit v1.2.3