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 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'bench/basicbench.cxxlist') 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 -- cgit v1.2.3