Changes between Version 10 and Version 11 of Status/October08
- Timestamp:
- 10/20/08 20:29:21 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Status/October08
v10 v11 5 5 == The GHC 6.10 branch == 6 6 7 GHC 6.10.1 is the first release in the 6.10 branch, and features many improvements over the 6.8 branch ;the highlights are:7 GHC 6.10.1 is the first release in the 6.10 branch, and features many improvements over the 6.8 branch. The release notes have fully details, but the highlights are: 8 8 9 9 * Some '''new language features''' have been implemented: … … 27 27 * '''Data Parallel Haskell''' (DPH) comes as part of GHC, as a result of Roman Leshchinskiy's efforts. In 6.10, for the first time, DPH includes a full vectoriser, so the system is much more usable than before. It's still really an alpha release though; we very much welcome friendly guinea pigs, but it's not ready for your 3 gigabyte genome search program. We have a lot of performance tuning to do. We've written a new paper [http://research.microsoft.com/%7Esimonpj/papers/ndp/index.htm Harnessing the multicores: nested data parallelism in Haskell] (FSTTCS'08), which gives a tutorial overview of the system, focusing especially on vectorisation. 28 28 29 See the release notes for full details. 29 30 30 31 31 == The GHC 6.12 branch ==
