[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Memory and the GC
- From: Andreas Stenius <kaos@...>
- Date: Fri, 09 Dec 2005 21:11:11 +0100
David Olofson wrote:
[...]
Are you certain that the function does away with all references, so
that the GC can really remove the data before the function is called
again?
Quite sure, I use `local' extensively, besides, most of the sizeable data
is only referenced as arguments to function calls deeper down (who don't
save them globally either ;)