Fix a performance bug in the multicore gc version. In hvc files, should not reserve...
[IRC.git] / Robust / src / Benchmarks / Scheduling / GC / RayTracer / RayTracerBench.java
index 3e562ea31474ef38aebf835eb73fb8950e904953..5a288fda65213ac8280ed607c162ed5d52ce8052 100644 (file)
@@ -1,7 +1,7 @@
 task t1(StartupObject s{initialstate}) {
   //System.printString("task t1\n");
 
-  int threadnum = 56; // 62; // 56;
+  int threadnum = 62; // 56;
   int size = threadnum * 25;
   Composer comp = new Composer(threadnum, size){compose};
   RayTracer rt = new RayTracer();