[Haskell-cafe] Why does GHC limit stack size?
Bulat Ziganshin
bulat.ziganshin at gmail.com
Sat Nov 3 07:14:38 EDT 2007
Hello Abhay,
Saturday, November 3, 2007, 1:46:07 PM, you wrote:
> Why is there a limitation on the stack size in GHC?
because program that require 8mb stack, will probably require 8gb when
processing more data :)
> Can we have an RTS flag allowing unlimited stack size?
-K2000m, afair
--
Best regards,
Bulat mailto:Bulat.Ziganshin at gmail.com
More information about the Haskell-Cafe
mailing list