Changes between Version 30 and Version 31 of IR
- Timestamp:
- 11/23/15 12:59:49 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR
v30 v31 222 222 * Spawn: `$spawn e0(e1,...,en);` and `e=$spawn e0(e1,...,en);` 223 223 * Wait: `$wait(e);` 224 * **Wailtall?**224 * Wailtall: `$waitall(e, n)` where `e` is the pointer to an array element and `n` is the number of processes to be waited for; 225 225 * Allocation 226 226 * `e=$allocate(h,t,e);`, where
