OOO and RCR are speparate targets in the master makefile, added runp scripts for...
[IRC.git] / Robust / src / Benchmarks / oooJava / master-makefile
index 14798a398d1af3d97645e26043ceecc9c532cdcd..65f3b2ff53752b5af4ac083da1ed34b1989f1aca 100644 (file)
@@ -30,7 +30,8 @@ USECOREPROF= #-coreprof $(COREPROFOVERFLOW) \
 #      -coreprof-enable cpe_taskstallmem
 
 
-USEOOO= -ooojava 24 2 -rcr#-ooodebug-disable-task-mem-pool #-ooodebug 
+USEOOO= -ooojava 24 2  #-ooodebug #-rcr # -ooodebug-disable-task-mem-pool
+USERCR= -ooojava 24 2  -rcr
 BSFLAGS= -64bit -mainclass $(PROGRAM)  -heapsize-mb 8000 -garbagestats -joptimize -noloop -debug -nooptimize #src-after-pp #-debug
 
 DRELEASEMODE=-disjoint-release-mode -disjoint-dvisit-stack-callees-on-top -disjoint-alias-file aliases.txt tabbed
@@ -45,6 +46,9 @@ single:
 ooo:
        $(BUILDSCRIPT)         $(BSFLAGS) $(USECOREPROF) $(USEOOO) $(DISJOINT) -o $(PROGRAM)p -builddir par  $(SOURCE_FILES) 
 
+rcr:
+       $(BUILDSCRIPT)         $(BSFLAGS) $(USECOREPROF) $(USERCR) $(DISJOINT) -o $(PROGRAM)p -builddir par  $(SOURCE_FILES) 
+
 clean:
        rm -f  $(PROGRAM)p.bin $(PROGRAM)s.bin
        rm -fr par sing