Got clarification on how to resolve method calls, introduced concept of
authorjjenista <jjenista>
Tue, 25 Mar 2008 20:36:06 +0000 (20:36 +0000)
committerjjenista <jjenista>
Tue, 25 Mar 2008 20:36:06 +0000 (20:36 +0000)
commit55cc968e42e2106be90306929aa8e88849a63951
tree6dd70c9af69b02418a179efd9ace59ffa5ef0551
parentf515db7db91abd87386dcf581633c37cfbc6470f
Got clarification on how to resolve method calls, introduced concept of
a set of possible callees on virtual dispatch, have to take the merge of
those ownership graphs and allocation sites to be correct.  Stable, but
only a draft of the OwnershipAnalysis portion.  OwnershipGraph mechanics
to determine mapping of references in callee merge-o-tron to caller graph
not added yet.
Robust/src/Analysis/OwnershipAnalysis/OwnershipAnalysis.java
Robust/src/Analysis/OwnershipAnalysis/OwnershipGraph.java