edits
authorPeizhao Ou <peizhaoo@uci.edu>
Fri, 19 Feb 2016 23:56:02 +0000 (15:56 -0800)
committerPeizhao Ou <peizhaoo@uci.edu>
Fri, 19 Feb 2016 23:56:02 +0000 (15:56 -0800)
generate.sh
src/edu/uci/eecs/codeGenerator/CodeGenerator.java

index dea096517fc043780206aaabfa7569f5943c6925..f91e55b38acd52922b2ac03dfaa6f181c30b1549 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
 #!/bin/bash
 
-BENCH=(register ms-queue linuxrwlocks mcs-lock chase-lev-deque-bugfix)
+BENCH=(register ms-queue linuxrwlocks mcs-lock chase-lev-deque-bugfix treiber-stack)
 
 ClassPath=$(dirname ${BASH_SOURCE[0]})/classes
 
 
 ClassPath=$(dirname ${BASH_SOURCE[0]})/classes
 
index b515930259a6aafe817e8472a95903f1d00df71b..67848e5fb566d32916d01427e77ebe72c006d94c 100644 (file)
@@ -323,7 +323,7 @@ public class CodeGenerator {
 //                             Environment.DEQUE, Environment.TREIBER_STACK };
                String[] dirNames = args;
 
 //                             Environment.DEQUE, Environment.TREIBER_STACK };
                String[] dirNames = args;
 
-               for (int i = 5; i < dirNames.length; i++) {
+               for (int i = 0; i < dirNames.length; i++) {
                        String dirName = dirNames[i];
                        System.out.println("/**********   Processing " + dirName
                                        + "    **********/");
                        String dirName = dirNames[i];
                        System.out.println("/**********   Processing " + dirName
                                        + "    **********/");