changes
authorbdemsky <bdemsky>
Thu, 9 Jul 2009 20:55:22 +0000 (20:55 +0000)
committerbdemsky <bdemsky>
Thu, 9 Jul 2009 20:55:22 +0000 (20:55 +0000)
Robust/src/Benchmarks/SingleTM/common/Makefile.builds
Robust/src/Benchmarks/SingleTM/common/Makefile.flags

index eb35d94614a2244471ea1c0faf22466878e409ba..761fe41ec5c31a4eed1bf80bc20de54f41241159 100644 (file)
@@ -1,4 +1,6 @@
 default: prep
+       ../../../buildscript ${FLAGSLOCKNOJ} -o LOCKNOJ${MAINCLASS} ${SRC}
+       ../../../buildscript ${FLAGSSTMNOJ} -o STMNOJ${MAINCLASS} ${SRC}
        ../../../buildscript ${FLAGSLOCK} -o LOCK${MAINCLASS} ${SRC}
        ../../../buildscript ${FLAGSSTM} -o STM${MAINCLASS} ${SRC}
        ../../../buildscript ${FLAGSOPTSTM} -o OPTSTM${MAINCLASS} ${SRC}
index f189ed9d4920f7397a277b13fb50444ee6dbd027..f99d940e5794e5d3bfd3215ccc0aaa806751f514 100644 (file)
@@ -1,4 +1,6 @@
-FLAGSLOCK=-mainclass ${MAINCLASS} -thread -optimize -joptimize -abcclose -64bit -debug
-FLAGSSTM=-mainclass ${MAINCLASS} -singleTM -optimize -joptimize -64bit -debug -abcclose
-FLAGSOPTSTM=-mainclass ${MAINCLASS} -singleTM -optimize -joptimize -64bit -debug -abcclose -dcopts
-FLAGSFISSION=-mainclass ${MAINCLASS} -singleTM -delaycomp -optimize -joptimize -abcclose -64bit -debug
\ No newline at end of file
+FLAGSLOCK=-mainclass ${MAINCLASS} -thread -optimize -abcclose -64bit -debug -joptimize
+FLAGSLOCKNOJ=-mainclass ${MAINCLASS} -thread -optimize -abcclose -64bit -debug
+FLAGSSTMNOJ=-mainclass ${MAINCLASS} -singleTM -optimize -64bit -debug -abcclose -transstats
+FLAGSSTM=-mainclass ${MAINCLASS} -singleTM -optimize -joptimize -64bit -debug -abcclose -transstats
+FLAGSOPTSTM=-mainclass ${MAINCLASS} -singleTM -optimize -joptimize -64bit -debug -abcclose -dcopts -transstats
+FLAGSFISSION=-mainclass ${MAINCLASS} -singleTM -delaycomp -optimize -joptimize -abcclose -64bit -debug -transstats -inlineatomic 2 -minimize
\ No newline at end of file