From: stephey Date: Fri, 8 Apr 2011 06:31:48 +0000 (+0000) Subject: changed number of RCR workers to matchooo workers. The new speed up is either 13x... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8e8e27c448cde22db234b43e385153a0120ae0e1;p=IRC.git 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. --- 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