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

Re: GCing and Object Lisp



> X400-Received: by /PRMD=inria/ADMD=atlas/C=FR/;
>         Relayed; 18 Jul 91 08:05:54+0200
> X400-Received: by /PRMD=CNET/ADMD=ATLAS/C=FR/;
>         Relayed; 18 Jul 91 08:06:00 GMT
> Date: 18 Jul 91 08:06:00 GMT
> From: Ranson <ranson@lannion.cnet.fr>
> To: alms@cambridge.apple.com, info-mcl@cambridge.apple.com
> Subject: Re: GCing and Object Lisp
> Cc: ranson@lannion.cnet.fr
> 
> But is there a time when the number of references to an Object Lisp object is
> down to 0? LICENCE-TO-OBJECT seems to indicate that the system keeps one refe-
> rence internally. Or does the GC special-cases this reference?
>      Daniel Ranson (ranson@lannion.cnet.fr)
> 

License-to-object walks the heap.  That's why it's so slow, and not recommended
for "daily use".