[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MAKE-LOAD-FORM can handle circularities [was Compilation implications]
- To: Eric Benson <eb@lucid.com>
- Subject: MAKE-LOAD-FORM can handle circularities [was Compilation implications]
- From: David A. Moon <Moon@STONY-BROOK.SCRC.Symbolics.COM>
- Date: Wed, 11 Jan 89 12:37 EST
- Cc: jrose@Sun.COM, Gray@DSG.csc.ti.com, jonl@lucid.com, Common-Lisp-Object-System@SAIL.STANFORD.EDU, CL-Compiler@SAIL.STANFORD.EDU
- In-reply-to: <8901111659.AA01229@blacksox>
Date: Wed, 11 Jan 89 08:59:40 pst
From: Eric Benson <eb@lucid.com>
The dumper should be allowed to compile the forms returned by
MAKE-LOAD-FORM. That would be a way of trading increased dumping time
for decreased loading time. If the file is to be loaded many times
that would be a desirable trade-off. Also, it is then possible to
load it into a Lisp that has no EVAL.
I agree. Didn't the version 1 writeup say that?