Changes between Version 2 and Version 3 of ContractReduction
- Timestamp:
- 06/30/14 09:56:20 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ContractReduction
v2 v3 10 10 11 11 - `$reach(a, ...)` 12 returns true iff the memory unit of the object `a` ( andothers 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'`. 13 13 14 14 - `$reach_from(a, ...)` 15 returns true iff any of the memory units reachable from the object `a` ( andothers 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'`. 16 16 17 17 - `$write(a, ...)` 18 returns true iff the memory unit of the object `a` ( andothers 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'`. 19 19 20 20 - `$write_from(a, ...)` 21 returns true iff any of the memory units reachable from the object `a` ( andothers 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'`. 22 22 23 23 - `$ample{$true}`
