Work in progress... I need to rework how to handle the case if we have more than...
authorstephey <stephey>
Mon, 21 Mar 2011 09:15:53 +0000 (09:15 +0000)
committerstephey <stephey>
Mon, 21 Mar 2011 09:15:53 +0000 (09:15 +0000)
commit0f6a1ad18a87eed0f2c290888539650c86c5b391
tree10f0991f3275a947e5aa08441c348b32197c8d52
parent6e14d0eb018da145816be319813fb5e6a4d37a02
Work in progress... I need to rework how to handle the case if we have more than 1 starting location for each state.

Here's a TODO list for things out of my control:
1) Need total number of independent heaproots (for hashtable creation).
2) Need to be able to get connected component ID (heaproot ID) from current state.
3) Need to get to get Demsky's Pointer Analysis Graph (and someone should check the way I used it is correct, see createTraversalGraph and addToTraversalGraphStartingAt)
4) Fix the way BuildCodeOoOJavaCode gets a weakmap on line 1822
5) Need a list a list of Allocs that have transitions leading into them per state (needed to know where to start traversal from a transitioned-to state.)
6) See TODOs in SMFEState.java
Robust/src/Analysis/Disjoint/SMFEState.java
Robust/src/Analysis/Pointer/Edge.java
Robust/src/IR/Flat/RuntimeConflictResolver.java