[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GCing and Object Lisp



In article <9107171558.AA08299@aristotle.ils.nwu.edu> hughes@aristotle.ils.nwu.edu (Lucian Hughes) writes:

   I have a program which uses object lisp (MACL 1.3) extensively
   and I was wondering if anyone knows if object instances (i.e,
   generated by "kindof") get garbage collected once there are
   no pointers to them?

Yes, they do.  If you try to test this out in the listener, make you
sure you take into account the readloop variables, *, **, ***, /, //, etc.