Changes between Version 10 and Version 11 of DataParallel/ClosureConversion
- Timestamp:
- 04/30/07 06:16:34 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataParallel/ClosureConversion
v10 v11 3 3 4 4 '''TODO:''' Describe the treatment of higher-order functions and closure conversion here. The relevant paper is [http://www.cse.unsw.edu.au/~chak/papers/LCK06.html]. The approach is described in more detail in [http://opus.kobv.de/tuberlin/volltexte/2006/1286/]. 5 6 === Plan === 7 8 Implement in following order: 9 1. Call a single closure-converted module from non-converted code 10 2. Import cc'd modules in other cc'd modules 11 3. CC data types 12 4. Use non-cc'd modules in cc'd modules 5 13 6 14 === Closure-converted types as indexed-types ===
