Changes between Version 9 and Version 10 of AliasAnalysis
- Timestamp:
- 04/22/16 15:28:53 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AliasAnalysis
v9 v10 99 99 `OR(q, s1)={x,y}` 100 100 101 `O(q, s2)={y}`//maybe this should be `{}` because the value of `q` is going to be changed and s 1 can never do anything tothe memory unit pointed to by `q`.//\\101 `O(q, s2)={y}`//maybe this should be `{}` because the value of `q` is going to be changed and s2 never access the memory unit pointed to by `q`.//\\ 102 102 `OR(q, s2)={x, y}`//maybe this should be `{x}`// 103 103
