Changes between Initial Version and Version 1 of CIVLmeeting2013


Ignore:
Timestamp:
12/11/13 08:42:57 (12 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CIVLmeeting2013

    v1 v1  
     11. bugs to fix for CIVL:
     2 - report file not found nicer
     3 - report concrete # procs in message passing required nicer
     4 - check args to int div/mod nonnegative
     5 - check out other uses of "bundle"
     6
     72. SARL: do what Green does:
     8  - slice
     9  - persistent storage of cache
     10  - renaming the variables
     11
     123. Make it easy to specify a dependence relation with a library. Use this in POR. Example: send and recv are independent (usually).
     13
     144. Add scope parameter to $heap?  meaning: pointers in this heap never leave scope
     15
     165. Add visitor pattern to model?
     17
     186. No static escape analysis needed -- use dynamic escape analysis, read Matt's FMSD paper
     19
     207. Consider implementing a fence or barrier or other structures as primitives
     21
     228. Get examples from [wiki:Examples], compile