Changes between Version 10 and Version 11 of AliasAnalysis
- Timestamp:
- 04/25/16 17:40:22 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AliasAnalysis
v10 v11 110 110 111 111 case 2: `S=(p0:s0, p1:s1)`, then `{p1} \in AMP(S)` but not `{p0}`. 112 The current referenced object of `p1` at `L(s1)` is `y` and `y` can never be aliased by `p0`. 113 114 case 3: `S=(p0:s0, p1:s2)`, then `{p1} \in AMP(S)` but not `{p0}`. 115 116 case 4: `S=(p0:s0, p1:s3)`, then `{p0, p1} \in AMP(S)`. 112 117 113 118 114 119 120 121
