[Haskell-cafe] Does anyone know the reason for differeng measurements in profiling under -threaded?

Jesper Louis Andersen jesper.louis.andersen at gmail.com
Thu Apr 22 20:41:38 EDT 2010


On Fri, Apr 23, 2010 at 2:19 AM, Iustin Pop <iusty at k1024.org> wrote:
> I don't know GHC internals, but from the description of the program (and
> the fact that you don't use more than one core), I wonder why you use
> -threaded?
>

A worthy question indeed. The reason is that I am using registerDelay
and that requires -threaded. I could try rewriting the code to not use
that.


-- 
J.


More information about the Haskell-Cafe mailing list