Parallel library

Simon Peyton Jones simonpj at microsoft.com
Thu Jul 30 07:39:37 UTC 2015


Simon
Are you the maintainer of the 'parallel' library?
The core libraries wiki page says yes: https://wiki.haskell.org/Library_submissions#The_Core_Libraries
But parallel.cabal says "Maintainer: libraries at haskell.org<mailto:libraries at haskell.org>", which I thought we'd gotten rid of entirely.
I ask because some should fix this:

libraries/parallel/Control/Parallel/Strategies.hs:513:2: warning:

    Rule "parList/rseq" may never fire

      because 'rseq' might inline first

    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for 'rseq'

We need a pragma on 'rseq'.
Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20150730/3ad0d64a/attachment.html>


More information about the ghc-devs mailing list