Changes between Version 19 and Version 20 of IR


Ignore:
Timestamp:
11/22/15 10:55:24 (10 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR

    v19 v20  
    133133== The Primitive Statements ==
    134134
    135 * Assign:  `e1=e2`
     135* Assign:  `e1=e2;`
    136136* Call: `e0(e1,...,en);` and `e=e0(e1,...,en);`
    137137 * regular function (one with flow graph)
     
    139139* Spawn: `$spawn e0(e1,...,en);` and `e=$spawn e0(e1,...,en);`
    140140* Wait: `$wait(e);`
    141 * Wailtall?
     141* **Wailtall?**
    142142* Malloc: `e=(T)$malloc(e1,e2);` **??**
    143143* Free: `free(e);`
    144144* Noop: `;`
     145 * **Is there a need to add annotations for "true" or "false" branch, etc.?**
    145146* Return: `return;` and `return e;`
    146147* Atomic_enter: **what notation?**