From 8e8e27c448cde22db234b43e385153a0120ae0e1 Mon Sep 17 00:00:00 2001 From: stephey Date: Fri, 8 Apr 2011 06:31:48 +0000 Subject: [PATCH] changed number of RCR workers to matchooo workers. The new speed up is either 13x or 6x...... 13x is running the single version but for some odd reason, it garbage collects... the 6x comes from running the rcrpointer version with depth of 0 which SHOULD call no traverser and spawn no sese (other than the parent). I think it could be faster still, but a bug in the conflict graph is preventing me from adding more seses to speed things up. --- Robust/src/Benchmarks/oooJava/voronoi/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Robust/src/Benchmarks/oooJava/voronoi/makefile b/Robust/src/Benchmarks/oooJava/voronoi/makefile index cbd92578..c7d89b87c 100644 --- a/Robust/src/Benchmarks/oooJava/voronoi/makefile +++ b/Robust/src/Benchmarks/oooJava/voronoi/makefile @@ -3,6 +3,6 @@ PROGRAM=TestRunner SOURCE_FILES=TestRunner.java NUM_OOO_WORKERS=24 -NUM_RCR_WORKERS=7 +NUM_RCR_WORKERS=24 include ../master-makefile -- 2.34.1