projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fe75ee
)
need to decouple effects from AllocSite
author
bdemsky
<bdemsky>
Fri, 18 Mar 2011 01:40:40 +0000
(
01:40
+0000)
committer
bdemsky
<bdemsky>
Fri, 18 Mar 2011 01:40:40 +0000
(
01:40
+0000)
Robust/src/Analysis/Disjoint/Alloc.java
[new file with mode: 0644]
patch
|
blob
diff --git a/Robust/src/Analysis/Disjoint/Alloc.java
b/Robust/src/Analysis/Disjoint/Alloc.java
new file mode 100644
(file)
index 0000000..
5ad2fc6
--- /dev/null
+++ b/
Robust/src/Analysis/Disjoint/Alloc.java
@@ -0,0
+1,6
@@
+package Analysis.Disjoint;
+
+public interface Alloc {
+
+ public String toStringBrief();
+}
\ No newline at end of file