Changes between Version 20 and Version 21 of Language
- Timestamp:
- 05/19/23 10:03:59 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Language
v20 v21 524 524 The partial order reduction algorithm used by the CIVL Model Checker computes the set of memory locations that a process ''p'' can reach. 525 525 This is an analysis performed at a state. 526 The starting point of this analysis is the set of variables in the dynamic scopes referenced from ''p'' 's call stack, and the ancestors of those dyscopes.526 The starting point of this analysis is the set of variables in the dynamic scopes referenced from ''p'' 's call stack, and the ancestors of those dyscopes. 527 527 There is an edge from one object to another if the first contains a pointer into the second. All objects reachable from the initial objects in this directed 528 528 graph are the reachable objects of ''p''.
