Changes between Version 30 and Version 31 of IR


Ignore:
Timestamp:
11/23/15 12:59:49 (10 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR

    v30 v31  
    222222* Spawn: `$spawn e0(e1,...,en);` and `e=$spawn e0(e1,...,en);`
    223223* 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;
    225225* Allocation
    226226 * `e=$allocate(h,t,e);`, where