Changes between Version 39 and Version 40 of ContractReduction


Ignore:
Timestamp:
12/11/15 13:35:54 (10 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ContractReduction

    v39 v40  
    66* `depends` clause: specify the dependency relation of the function, usually used for partial order reduction (POR) or other analysis
    77 * `\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`?**
    1010 * memory actions: `\read(mu-list)`, `\write(mu-list)`
    1111 * action operations: `+`, `-`, `&`