Changes between Version 2 and Version 3 of The MiniMP Intermediate Representation
- Timestamp:
- 01/08/10 14:44:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
The MiniMP Intermediate Representation
v2 v3 1 1 = The MiniMP Intermediate Representation = 2 == Model == 3 A model is an abstract representation of a MiniMP program. It has a name, a set of shared variables, and a sequence of processes. 2 4 == Processes == 5 Processes are numbered 0,1,...,n-1, where n is the number of processes. The number n is fixed when the model is created and can never change. The unique number associated to a process is known as the process's "pid." 3 6 == Variables == 4 7 * !BoundVariable
