Re: Bug in GC's ordering of ForeignPtr finalization?

Subject: Re: Bug in GC's ordering of ForeignPtr finalization?

Date: Sun, 28 Aug 2011 23:47:31 -0400

To: Antoine Latter

Cc: Bart Massey, glasgow-haskell-users@haskell.org, notmuch@notmuchmail.org, haskell-cafe@haskell.org

From: Ben Gamari


On Sun, 28 Aug 2011 22:26:05 -0500, Antoine Latter <aslatter@gmail.com> wrote:
> One problem you might be running in to is that the optimization passes
> can notice that a function isn't using all of its arguments, and then
> it won't pass them. These even applies if the arguments are bound
> together in a record type.
> 
In this case I wouldn't be able to reproduce the problem with
optimization disabled, no? Unfortunately, this is not the case; the
problem persists even with -O0.

- Ben

Thread: