Fix the bug in the variable analysis: When we define nested tasks, the task liveness...
authoryeom <yeom>
Thu, 3 May 2012 17:33:35 +0000 (17:33 +0000)
committeryeom <yeom>
Thu, 3 May 2012 17:33:35 +0000 (17:33 +0000)
commit4c0d447e6e01694c4bc2aaa7e9edcc6c8d22f109
treea76cdfbfe136b09a2962f4e90b715942ff3f44cb
parente6e5ee9a3579c7f2bff92db77ade6bbb11c7b08e
Fix the bug in the variable analysis: When we define nested tasks, the task liveness analysis computes a wrong inset/outset. The new analysis computes liveness for each task and keeps the local view of liveness rather than doing the global liveness computation and taking  special care with nested task enter/exit nodes.
Robust/src/Analysis/OoOJava/OoOJavaAnalysis.java