Changes between Version 32 and Version 33 of ContractReduction
- Timestamp:
- 12/08/15 11:02:13 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ContractReduction
v32 v33 185 185 186 186 187 == Function specifier `$atomic_f`== 188 The function specifier `$atomic_f` may be used to designate that any call to the function is to be treated atomically. 187 == Function specifiers== 188 * `$atomic_f`: may be used to designate that any call to the function is to be treated atomically. 189 * `$pure`: specify that a function doesn't have any side effect. (is equivalent to `assigns \nothing`). 189 190 190 191 == Guards ==
