[Tcl Java] Fwd: TclBlend Ref Counting Bug (GC related)

2000-10-13 Thread Jiang Wu
Background: The relationship between the various objects are quite tricky. It takes some time to think them through. Basically, to reference a Tcl_Obj, the C structure representing a Tcl object in the C Tcl interpreter, TclBlend creates a TclObject, a Java class instance using the following

[Tcl Java] Fwd: TclBlend Ref Counting Bug (GC related)

2000-10-13 Thread Daniel Wickstrom
"Jiang" == Jiang Wu [EMAIL PROTECTED] writes: Thanks, this description helps alot. Jiang Background: The relationship between the various objects Jiang are quite tricky. It takes some time to think them Jiang through. Basically, to reference a Tcl_Obj, the C Jiang structure

[Tcl Java] Re: Fwd: TclBlend Ref Counting Bug (GC related)

2000-10-13 Thread Jiang Wu
On Fri, 13 October 2000, Daniel Wickstrom wrote: Jiang TclObject (tcl.lang.TclObject, Java class) contains Jiang CObject (tcl.lang.CObject, Java class) contains Jianga pointer to Tcl_Obj In the case above what does the Tcl_Obj represent? Is it just