[Haskell-cafe] GHC, odd concurrency space leak

Daniel Fischer daniel.is.fischer at web.de
Wed Apr 14 18:13:36 EDT 2010


Am Mittwoch 14 April 2010 23:49:43 schrieb Jason Dagit:
> > It will be interesting to hear what fixes this!
> >
> >
> > forever' m = do _ <- m
> >                 forever' m
>
> When I define that version of forever, the space leak goes away.

Not with optimisations.


More information about the Haskell-Cafe mailing list