[solved] Re: Weak references and GC

2005-09-09 Thread Neil Jerram
Neil Jerram <[EMAIL PROTECTED]> writes: > I'm having trouble with lists (actually source code expressions) that > are weakly stored in several places and never being GC'd. [...] For anyone interested... the thing preventing GC was a closure created in an environment that included the source code

Weak references and GC

2005-09-07 Thread Neil Jerram
I'm having trouble with lists (actually source code expressions) that are weakly stored in several places and never being GC'd. I wondered if anyone on the list might be able to spot a problem in the following description. This is to do with my work on breakpoints, so each list here is a read cod