[Haskell-cafe] Hugs - evaluation statistics
Daniel Fischer
daniel.is.fischer at web.de
Wed Aug 24 18:23:24 EDT 2005
Am Mittwoch, 24. August 2005 16:55 schrieb Dusan Kolar:
> Hello,
>
> Even if I know number of reductions should not be used
> to anything important I'm quite confused with values I get.
> Is garbage collection somehow affecting the number of
> reductions? I have always thought not, but... ;-)
>
> Thx,
>
> Dusan
>
What is confusing you?
Different numbers of reductions for the same computation?
That would probably be due to the fact that named entities are stored and not
re-evaluated.
Cheers,
Daniel
More information about the Haskell-Cafe
mailing list