[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