[MLton] Bug in optimizations related to ref cells?

Vesa Karvonen vesa.karvonen@cs.helsinki.fi
Sun, 17 Jul 2005 13:40:03 +0300


Quoting Stephen Weeks <sweeks@sweeks.com>:
> The bug is in refFlatten, which I discovered by compiling with
> "-type-check true -verbose 2".  RefFlatten is not an essential pass,
> so for now, you can survive by compiling "-drop-pass refFlatten".

Thanks for the tip! (My conversion of SRFI-45 is almost done.)

>  In the meantime, I am investigating the bug.

Great!

-Vesa Karvonen