X-Git-Url: http://plrg.eecs.uci.edu/git/?p=cdsspec-compiler.git;a=blobdiff_plain;f=src%2Fedu%2Fuci%2Feecs%2FspecCompiler%2FcodeGenerator%2FCodeGenerator.java;h=30e185d71ff7303d1e2c4b79c28001977b8330d5;hp=7b9dc411aa82b593ff9d50438bac6036047938ca;hb=0332e0e5575b7d717bccad0b53f7a4b87c1ca969;hpb=b5590a7174ba510c646b9033c1df4951f9a1efae;ds=sidebyside diff --git a/src/edu/uci/eecs/specCompiler/codeGenerator/CodeGenerator.java b/src/edu/uci/eecs/specCompiler/codeGenerator/CodeGenerator.java index 7b9dc41..30e185d 100644 --- a/src/edu/uci/eecs/specCompiler/codeGenerator/CodeGenerator.java +++ b/src/edu/uci/eecs/specCompiler/codeGenerator/CodeGenerator.java @@ -282,8 +282,8 @@ public class CodeGenerator { public static void main(String[] argvs) { String homeDir = Environment.HOME_DIRECTORY; File[] srcFiles = { -// new File(homeDir -// + "/benchmark/linuxrwlocks/linuxrwlocks.c") }; + new File(homeDir + + "/benchmark/linuxrwlocks/linuxrwlocks.c") }; // new File(homeDir // + // "/benchmark/cliffc-hashtable/simplified_cliffc_hashtable.h"), @@ -304,9 +304,9 @@ public class CodeGenerator { // new File(homeDir + "/benchmark/mcs-lock/mcs-lock.cc"), // new File(homeDir + "/benchmark/mcs-lock/mcs-lock.h") }; - new File(homeDir + "/benchmark/spsc-bugfix/spsc-queue.cc"), - new File(homeDir + "/benchmark/spsc-bugfix/eventcount.h"), - new File(homeDir + "/benchmark/spsc-bugfix/queue.h") }; +// new File(homeDir + "/benchmark/spsc-bugfix/spsc-queue.cc"), +// new File(homeDir + "/benchmark/spsc-bugfix/eventcount.h"), +// new File(homeDir + "/benchmark/spsc-bugfix/queue.h") }; CodeGenerator gen = new CodeGenerator(srcFiles);