Changes between Version 4 and Version 5 of PointsToAnalysis
- Timestamp:
- 02/15/16 16:50:20 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PointsToAnalysis
v4 v5 40 40 `obj(ea[ei])={ea[ei]}` 41 41 42 ==== Statements ==== 43 1. assignment: `p=q` 44 `obj(p)=old(obj(p)) U obj(q)` 45 46 2. if-else: `if(c)p=q; else p=r;` 47 `obj(p)=old(obj(p)) U .{...obj(q)}` (TBC) 48 42 49 ==== Questions ==== 43 50 1. how about arrays of pointers:
