projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af3a358
)
edits
author
Peizhao Ou
<peizhaoo@uci.edu>
Mon, 29 Feb 2016 07:51:41 +0000
(23:51 -0800)
committer
Peizhao Ou
<peizhaoo@uci.edu>
Mon, 29 Feb 2016 07:51:41 +0000
(23:51 -0800)
src/edu/uci/eecs/codeGenerator/Environment.java
patch
|
blob
|
history
diff --git
a/src/edu/uci/eecs/codeGenerator/Environment.java
b/src/edu/uci/eecs/codeGenerator/Environment.java
index 5e16b15f672ec3a039082d3bf4a43afe4bb29eec..bbdfa9ec5dce9bc5015e58e2a0924eb00168d3e2 100644
(file)
--- a/
src/edu/uci/eecs/codeGenerator/Environment.java
+++ b/
src/edu/uci/eecs/codeGenerator/Environment.java
@@
-37,7
+37,8
@@
public class Environment {
public final static String MPMC = "mpmc-queue";
public final static String[] Benchmarks = {
- REGISTER,
+ REGISTER_ACQREL,
+ REGISTER_RELAXED,
MS_QUEUE,
LINUXRWLOCKS,
MCS_LOCK,