using less stack
Amanda Clare
ajc99@aber.ac.uk
Mon, 18 Mar 2002 17:59:07 +0000
Apologies for the typo: that should have been 50000 elements, not 500.
Amanda Clare wrote:
> I have stack problems: my program uses too much stack. I suspect, from
> removing bits of code, that it's due to a foldr in my program. If I use
> foldr or foldl on a long list (eg >500 bulky elements for a 3M stack),
> is this likely to be filling the stack? What is it that gets stored on
> the stack? If so, is there an obvious refactoring of the fold to use?
>
> Amanda
>
> --
> Amanda Clare http://users.aber.ac.uk/ajc99/
> Tel: +44 (0)1970 621787 Fax: +44 (0)1970 622455
> Dept. of Computer Science, University of Wales, Aberystwyth, SY23 3DB
>
> _______________________________________________
> Haskell mailing list
> Haskell@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell
>
>