On Wed, 2005-11-23 at 01:39 +0100, Leopold Toetsch wrote:

> But my argument was: whenever you 
> start introspecting a call frame, by almost whatever means, this will 
> keep the call frame alive[1] (see Continuation or Closure). That is: 
> timely destruction doesn't work for example...
Destruction or finalization?  That is, if I have a filehandle I really
want to close at the end of a scope but I don't care when GC drags it
into the void, will the close happen even if there's introspection
somewhere?

-- c

Reply via email to