@InProceedings{multicore-ghc-09,
   author = {Simon Marlow and Simon {Peyton Jones} and Satnam Singh},
   title = {Runtime Support for Multicore {H}askell},
   booktitle = {ICFP '09: Proceeding of the 14th ACM SIGPLAN International Conference on Functional Programming},
   year = {2009},
   month = {August},
   abstract = {Purely functional programs should run well on parallel hardware
because of the absence of side effects, but it has proved hard to
realise this potential in practice.  Plenty of papers describe
promising ideas, but vastly fewer describe real implementations with
good wall-clock performance.  We describe just such an implementation,
and quantitatively explore some of the complex design tradeoffs that
make such implementations hard to build.  Our measurements are
necessarily detailed and specific, but they are reproducible, and we
believe that they offer some general insights.
},
   url = {http://community.haskell.org/~simonmar/papers/multicore-ghc.pdf},
   location = {Edinburgh, Scotland}
}