Re: Stack space overflow after optimization

2004-03-17 Thread Ketil Malde
Christian Maeder <[EMAIL PROTECTED]> writes: > Stack space overflow: current size 1048576 bytes. > Use `+RTS -Ksize' to increase it. > > only when translated with "-O". Is it possible that the next release > of ghc uses a higher stack size at least when the "-O" flag is set? > (Only to reduce th

Stack space overflow after optimization

2004-03-17 Thread Christian Maeder
Hi, my program throws Stack space overflow: current size 1048576 bytes. Use `+RTS -Ksize' to increase it. only when translated with "-O". Is it possible that the next release of ghc uses a higher stack size at least when the "-O" flag is set? (Only to reduce the likelyhood that our users need t