Changes between Version 20 and Version 21 of Status/May09
- Timestamp:
- 04/28/09 04:56:54 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Status/May09
v20 v21 60 60 duplicate computation in parallel programs. 61 61 62 Our recent ICFP submission [http://ghcmutterings.wordpress.com/2009/03/03/new-paper-runtime-support-for-multicore-haskell/ Runtime Support for Multicore Haskell] describes all these in more detail, and gives extensive measurements.62 Our recent ICFP submission [http://ghcmutterings.wordpress.com/2009/03/03/new-paper-runtime-support-for-multicore-haskell/ Runtime Support for Multicore Haskell] describes all these in more detail, and gives extensive measurements. 63 63 64 64 Things aren't in their final state yet: for example, we still need to work on tuning the default flag settings to get good performance for more programs without any manual tweaking. There are some larger possibilities on the horizon too, such as redesigning the garbage collector to support per-CPU independent GC, which will reduce the synchronization overheads of the current stop-the-world strategy.
