Changes between Version 4 and Version 5 of Status/October08
- Timestamp:
- 10/20/08 19:46:18 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Status/October08
v4 v5 17 17 * GHC now comes with '''Haddock 2''', which supports all GHC extensions 18 18 19 * '''Parallel garbage collection''' is implemented, by Simon Marlow. "[http://research.microsoft.com/%7Esimonpj/papers/parallel-gc/index.htm Parallel generational-copying garbage collection with a block-structured heap]".19 * '''Parallel garbage collection''' has been implemented by Simon Marlow. This speeds up even purely-sequential programs, by using the extra processors during garbage collection. Our ISMM'08 paper gives the details [http://research.microsoft.com/%7Esimonpj/papers/parallel-gc/index.htm Parallel generational-copying garbage collection with a block-structured heap]. 20 20 21 * The base library now uses extensible exceptions, as described in Simon Marlow's paper [http://www.haskell.org/~simonmar/papers/ext-exceptions.pdf An Extensible Dynamically-Typed Hierarchy of Exceptions] (Haskell workshop 2006). 21 22 22 * The base library now uses extensible exceptions 23 24 * The GHC API now uses a Ghc Monad, making it easier to use 25 26 * The GHC API now has haddock documentation 23 * The GHC API now uses a Ghc Monad, making it easier to use. Furthermore, the API now has Haddock documentation 27 24 28 25 * External core (output only) now works again 29 26 30 * D PH (Data Parallel Haskell, which supercedes NDP) is now an extralib27 * Data Parallel Haskell (DPH), which supercedes NDP) is now an extralib 31 28 32 29 See the release notes for full details.
