ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* IRHG - When Tracing T_NODES in GC -- Does the object pointed to by 'vid' get traced??
@ 2008-02-14 21:31 Charles Thornton
  2008-02-15  2:02 ` Yukihiro Matsumoto
  0 siblings, 1 reply; 2+ messages in thread
From: Charles Thornton @ 2008-02-14 21:31 UTC (permalink / raw
  To: ruby-core

OK,
 
  GC has two main sections (T_NODES) and the Standard OBJECT NODES.

  The only connection I see is in T_NODES like LASGN_NODE.  Where there
  is 'nd_vid'  Pointer to the receiving Object.  I have not been able to 
find a path
  by which the Recv Object gets traced.

  In other words are T_NODES traced (For GC Purposes) separately from the
object nodes?

  Chuck T.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: IRHG - When Tracing T_NODES in GC -- Does the object pointed to by 'vid' get traced??
  2008-02-14 21:31 IRHG - When Tracing T_NODES in GC -- Does the object pointed to by 'vid' get traced?? Charles Thornton
@ 2008-02-15  2:02 ` Yukihiro Matsumoto
  0 siblings, 0 replies; 2+ messages in thread
From: Yukihiro Matsumoto @ 2008-02-15  2:02 UTC (permalink / raw
  To: ruby-core

Hi,

In message "Re: IRHG - When Tracing T_NODES in GC -- Does the object pointed to by 'vid' get traced??"
    on Fri, 15 Feb 2008 06:31:09 +0900, Charles Thornton <ceo@hawthorne-press.com> writes:

|  In other words are T_NODES traced (For GC Purposes) separately from the
|object nodes?

No, from GC point of view, nodes are mere objects to be traced.

							matz.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-15  2:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-14 21:31 IRHG - When Tracing T_NODES in GC -- Does the object pointed to by 'vid' get traced?? Charles Thornton
2008-02-15  2:02 ` Yukihiro Matsumoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).