Changes between Version 133 and Version 134 of IR
- Timestamp:
- 12/10/15 16:50:45 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR
v133 v134 444 444 **THIS NEEDS TO BE UPDATED** 445 445 446 * memory setaction expressions:446 * action expressions: 447 447 * `read(e)`: `e` has type `Mem`. The function reads the memory units specified by `e`. 448 448 * `write(e)`: `e` has type `Mem`. The function writes the memory units specified by `e`. … … 462 462 * `reads/assigns nothing` doesn’t necessarily means that the function never reads or assigns any variable. The function could still reads/assigns its “local” variables, including function parameters and any variable declared inside the function body. **check it** 463 463 464 * For an independent function which has `depends nothing`, usually we also need to specify `reads nothing`, for the purpose of reachability analysis.464 * For an independent function which has `depends coaction`, usually we also need to specify `reads nothing`, for the purpose of reachability analysis. 465 465 e.g., 466 466 {{{
