Changes between Version 24 and Version 25 of Status/April07
- Timestamp:
- 05/01/07 00:48:53 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Status/April07
v24 v25 110 110 111 111 * Roman Leshchinskiy, Don Stewart, and Duncan Coutts did some beautiful 112 work on ''fusion''; see their paper http://www.cse.unsw.edu.au/~dons/papers/CSL06.html.112 work on ''fusion''; see their paper [http://www.cse.unsw.edu.au/~dons/papers/CSL06.html Rewriting Haskell strings]. 113 113 This fusion work is already being heavily used in the parallel array library 114 114 (see below), and they are also working on replacing foldr/build fusion with 115 115 stream fusion in the main base library (see their new paper 116 http://www.cse.unsw.edu.au/~dons/papers/CLS07.html).116 [http://www.cse.unsw.edu.au/~dons/papers/CLS07.html Stream Fusion: From Lists to Streams to Nothing at All]). 117 117 [[BR]][[BR]] 118 118 Their work highlighted the importance of the SpecConstr transformation, which Simon PJ 119 119 implemented several years ago. Of course, they suggested many enhancements, many of 120 which Simon PJ duly implemented; see the new paper "Constructor specialisation for Haskell 121 programs" http://research.microsoft.com/~simonpj/papers/spec-constr/. 120 which Simon PJ duly implemented; see the new paper [http://research.microsoft.com/~simonpj/papers/spec-constr/ Constructor specialisation for Haskell programs]. 122 121 123 122 * Alexey Rodriguez visited us for three months from Utrecht, and implemented
