Simon Marlow wrote:
> Kwanghoon Choi wrote:
> > [...] but it needs to be tunned up due to the reasons including
> > one given by Tweed.
> 
> GHC does full laziness(*).  As far as I know, no-one ever complained :)
> [...]

IIRC, GHC does the tuning, i.e. CAFs are garbage collected in a clever
way (describe in SPJ's book, I think), e.g. if there is only one
reference into the "middle" of a CAF left, only that part is kept alive.
and not the wohle CAF. Comments from Mr. GC?   :-)

Cheers,
   Sven
-- 
Sven Panne                                        Tel.: +49/89/2178-2235
LMU, Institut fuer Informatik                     FAX : +49/89/2178-2211
LFE Programmier- und Modellierungssprachen              Oettingenstr. 67
mailto:[EMAIL PROTECTED]            D-80538 Muenchen
http://www.informatik.uni-muenchen.de/~Sven.Panne


Reply via email to