Changes between Version 2 and Version 3 of ContractReduction


Ignore:
Timestamp:
06/30/14 09:56:20 (12 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ContractReduction

    v2 v3  
    1010
    1111- `$reach(a, ...)`
    12     returns true iff the memory unit of the object `a` (and others if present) is reachable by a given process `p'`.
     12    returns true iff the memory unit of the object `a` (or others if present) is reachable by a given process `p'`.
    1313
    1414- `$reach_from(a, ...)`
    15     returns true iff any of the memory units reachable from the object `a` (and others if present) is reachable by a given process `p'`.
     15    returns true iff any of the memory units reachable from the object `a` (or others if present) is reachable by a given process `p'`.
    1616
    1717- `$write(a, ...)`
    18     returns true iff the memory unit of the object `a` (and others if present) is to be written now or in the future by a given process `p'`.
     18    returns true iff the memory unit of the object `a` (or others if present) is to be written now or in the future by a given process `p'`.
    1919
    2020- `$write_from(a, ...)`
    21     returns true iff any of the memory units reachable from the object `a` (and others if present) is to be written now or in the future by a given process `p'`.
     21    returns true iff any of the memory units reachable from the object `a` (or others if present) is to be written now or in the future by a given process `p'`.
    2222
    2323- `$ample{$true}`