Changes between Version 9 and Version 10 of Status/May09
- Timestamp:
- 04/27/09 08:44:38 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Status/May09
v9 v10 50 50 * '''Data Parallel Haskell''' remains under very active development. The [wiki:DataParallel current state of play], including some benchmark figures is on the wiki. We also wrote a substantial paper [http://research.microsoft.com/~simonpj/papers/ndp "Harnessing the multicores: nested data parallelism in Haskell"] for FSTTCS; you may find this paper a useful tutorial on the whole idea of nested data parallelism. 51 51 52 * We hope that Max Bolingbroke's '''Dynamically Loaded Plugins''' summer of code project will be merged in time for 6.12. Part of this isa new, modular system for [wiki:Annotations user-defined '''annotations'''], rather like Java or C# attributes. These attributes are persisted into interface files, can be examined and created by plugins, or by GHC API clients.52 * Max Bolingbroke has revised and simplified his '''Dynamically Loaded Plugins''' summer of code project, and we (continue to) plan to merge it into 6.12. Part of this is already merged: a new, modular system for [wiki:Annotations user-defined '''annotations'''], rather like Java or C# attributes. These attributes are persisted into interface files, can be examined and created by plugins, or by GHC API clients. 53 53 54 * '''(Simon )''' mention Satname, new profiler. Likewise, Donnie Jones's project for '''profiling parallel programs''' should be merged in time for 6.1254 * '''(Simon M)''' mention Satname, new profiler. Likewise, Donnie Jones's project for '''profiling parallel programs''' should be merged in time for 6.12 55 55 56 * '''(Simon )''' (include pointer to paper). Simon Marlow is working on '''improving parallel performance''', incorporating the work done by Jost Berthold during his internship at Microsoft in the summer of 2008. The plan is to make writing performant parallel programs less of a trial-and-error process, by whacking as many bottlenecks as we can find in the runtime system. We're already making significant improvements, and there's plenty more low-hanging fruit to pick. One large project that we hope to tackle is the issue of doing independent per-CPU garbage collection.56 * '''(Simon M)''' (include pointer to paper). Simon Marlow is working on '''improving parallel performance''', incorporating the work done by Jost Berthold during his internship at Microsoft in the summer of 2008. The plan is to make writing performant parallel programs less of a trial-and-error process, by whacking as many bottlenecks as we can find in the runtime system. We're already making significant improvements, and there's plenty more low-hanging fruit to pick. One large project that we hope to tackle is the issue of doing independent per-CPU garbage collection. 57 57 58 * '''(Simon )''' '''Shared Libraries''', are inching ever closer to being completed. Clemens Fruhwirth has been working on polishing the support for shared libraries on Unix systems in particular, and when the remaining issues are ironed out we should be able to roll them out in a release.58 * '''(Simon M)''' '''Shared Libraries''', are inching ever closer to being completed. Clemens Fruhwirth has been working on polishing the support for shared libraries on Unix systems in particular, and when the remaining issues are ironed out we should be able to roll them out in a release. 59 59 60 * '''(Ian or Simon )''' Finally, '''unicode text I/O''' and '''dynamic libraries''' were slated for 6.10 but weren't quite ready in time, so we certainly expect those to make it for in 6.1260 * '''(Ian or Simon M)''' Finally, '''unicode text I/O''' and '''dynamic libraries''' were slated for 6.10 but weren't quite ready in time, so we certainly expect those to make it for in 6.12 61 61 62 * 6.12: 63 * Release expected shortly after ICFP? 64 * New build system: main bulk done, merged in head. Details still to be ironed out. Should be more parallel, and more correct (i.e. saying "make" should correctly rebuild things) 65 * John Dias's backend stuff; done? 66 * Donnie's profiler 67 * unicode IO 68 * shared libraries 69 * DPH development continues 62
