Changes between Version 133 and Version 134 of IR


Ignore:
Timestamp:
12/10/15 16:50:45 (10 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR

    v133 v134  
    444444**THIS NEEDS TO BE UPDATED**
    445445
    446 * memory set action expressions:
     446* action expressions:
    447447 * `read(e)`: `e` has type `Mem`. The function reads the memory units specified by `e`.
    448448 * `write(e)`: `e` has type `Mem`. The function writes the memory units specified by `e`.
     
    462462 * `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**
    463463
    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.
    465465e.g.,
    466466{{{