On Sun, 6 Apr 2008 01:39:31 +0530
"Senaka Fernando" <[EMAIL PROTECTED]> wrote:

> Hi Chromatic,
> 
> do you trace the PMC object roots on the Stack within the GC? or in
> other words is there any Stack enumeration?

Some clarification: I think the question under discussion here is, how
does the GC subsystem gain access to the various thread stacks, in order
to add those memory chunks to the "root set" that gets swept?

Seems to me that it would either need to get a list of threads and
enumerate them somehow, or newly created threads would have to register
themselves with the GC subsystem.  But we can't find either of these
things occurring.

Thanks,

Mark

Reply via email to