Changes between Version 5 and Version 6 of ConcurrencyExtensions
- Timestamp:
- 06/04/14 14:21:31 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConcurrencyExtensions
v5 v6 107 107 The purpose of the `parfor` construct is to enable possible optimization 108 108 in CIVL. The model checker, for example, when control reaches the 109 `par lor` loop, may try to determine that any two iterations are109 `parfor` loop, may try to determine that any two iterations are 110 110 non-interfering, i.e., any atomic statement from one iteration will 111 111 commute with any atomic statement from a different iteration.
