[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: consing
- To: Michael_Travers.EuroPARC@Xerox.COM
- Subject: Re: consing
- From: Mark Kantrowitz <Mark.Kantrowitz@A.GP.CS.CMU.EDU>
- Date: Thu, 28 Jun 90 20:47:08 EDT
- Cc: info-macl@cambridge.apple.com
- In-reply-to: Your message of Thu, 28 Jun 90 16:35:36 -0700. <900628-163803-13860@Xerox>
Date: 28 Jun 90 16:35:36 PDT (Thursday)
From: Michael_Travers.EuroPARC@Xerox.COM
Why don't you advise GC so that it keeps a running total of
the number of flushed conses? There is an advise package
available from MIT, but it's easy enough to kludge it for
single functions.
I wasn't aware that GC returned any values, let alone the number of
flushed conses. Even if there were some internal gc function which
either receives this the number of flushed conses as an argument, or
returned it as a value (which from the looks of it, MACL doesn't), I
wouldn't advise it 'cause advising conses, so advising anything
related to GC is asking for trouble. Also, I want something that
doesn't cons.
BTW, where at MIT is the advise package available? I checked athena
and rice-chex.ai, and didn't find it.
--mark