[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Initial LISP symbols for autoloadable packages
- To: GCJ at MIT-MC
- Subject: Initial LISP symbols for autoloadable packages
- From: Jon L White <JONL at MIT-MC>
- Date: Tue, 9 Jun 81 14:56:00 GMT
- Cc: KMP at MIT-MC, BUG-LISP at MIT-MC
- Original-date: 9 June 1981 10:56-EDT
Date: 6 June 1981 21:40-EDT
From: Kent M. Pitman <KMP at MIT-MC>
Subject: DEFMACRO-FOR-COMPILING
JONL says it's just soaking up free symbol space. It doesn't cost you
anything. Seems pretty random, tho' ... I suppose when we need the
symbol space for something else it will go away.
Files which are autoloaded can't guanantee sharing of the symbols, but
if some of these symbols are pre-existing from the initial lisp, then they
can just utilise the otherwise dead space in pure areas. Doesn't cost
anything for the user who doesn't need the autoloading file, and saves
space for the onewho does. As KMP says, just which symbols "soak" up
this sp[ace is a floating decision.