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

tightgc



Date: 17 Jan 1979 1118-EST
Sender: LEWIS at BBN-TENEXD
Subject: TIGHTGC
From: LEWIS at BBN-TENEXD
To: teitelman at MAXC2, masinter at MAXC2, hartley, yonke, vittal
Message-ID: <[BBN-TENEXD]17-Jan-79 11:18:07.LEWIS>

TIGHTGC[FLG]

If FLG is non-nil, the garbage collector will never allocate pages for
any datatype except the one currently being collected.
If FLG is nil, GC will work as it currently does.
TIGHTGC returns it's previous setting.  The initial setting is NIL.

-------