Changes between Version 3 and Version 4 of PointsToAnalysis


Ignore:
Timestamp:
02/15/16 15:00:31 (10 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PointsToAnalysis

    v3 v4  
    5151    }
    5252    }}}
    53     A precise analysis should say that:
     53    A precise analysis should say that: \\
    5454   `obj(a[0])={b[0]}`\\
    5555   `obj(a[1])={b[1]}`\\
    5656   ...\\
    57    but a less-precise analysis could say that:
     57   but a less-precise analysis could say that:\\
    5858   `obj(a[0])={b[0], b[1], ...}`\\
    5959   `obj(a[1])={b[0], b[1], ...}`\\