Changes between Version 19 and Version 20 of IR
- Timestamp:
- 11/22/15 10:55:24 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR
v19 v20 133 133 == The Primitive Statements == 134 134 135 * Assign: `e1=e2 `135 * Assign: `e1=e2;` 136 136 * Call: `e0(e1,...,en);` and `e=e0(e1,...,en);` 137 137 * regular function (one with flow graph) … … 139 139 * Spawn: `$spawn e0(e1,...,en);` and `e=$spawn e0(e1,...,en);` 140 140 * Wait: `$wait(e);` 141 * Wailtall?141 * **Wailtall?** 142 142 * Malloc: `e=(T)$malloc(e1,e2);` **??** 143 143 * Free: `free(e);` 144 144 * Noop: `;` 145 * **Is there a need to add annotations for "true" or "false" branch, etc.?** 145 146 * Return: `return;` and `return e;` 146 147 * Atomic_enter: **what notation?**
