Changes between Version 39 and Version 40 of ContractReduction
- Timestamp:
- 12/11/15 13:35:54 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ContractReduction
v39 v40 6 6 * `depends` clause: specify the dependency relation of the function, usually used for partial order reduction (POR) or other analysis 7 7 * `\calls(fun, arg0, arg1, ...)`: an action of invoking a function with certain arguments 8 * `\noact`: empty set of actions 9 * `\anyact`: any actions 8 * `\noact`: empty set of actions ** or `depends false`?** 9 * `\anyact`: any actions ** or `depends true`?** 10 10 * memory actions: `\read(mu-list)`, `\write(mu-list)` 11 11 * action operations: `+`, `-`, `&`
