[MLton] Continuations and MLton.Vector.create

Stephen Weeks MLton@mlton.org
Wed, 29 Mar 2006 08:26:31 -0800


> Isn't the flag for call/cc used a compile-time constant?

No.  It was a bool ref that got set in the Cont structure (using an
ugly MLton-specific dead-code-elimination hack).