[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ff.fasl
- To: Robert Bruce Findler <robby+@CMU.EDU>
- Subject: Re: ff.fasl
- From: bill@cambridge.apple.com (Bill St. Clair)
- Date: Fri, 15 Oct 1993 11:22:37 -0500
- Cc: info-mcl
At 12:22 PM 10/14/93 -0400, Robert Bruce Findler wrote:
>Is there a new version of ff.fasl available somewhere that has been
>compiled with the faster-make-instance-patch installed?
The faster-make-instance patch is not applicable to "ff.fasl". There
are no MAKE-INSTANCE calls in that file.
Note that half of the speedup afforded by "faster-make-instance" patch
will happen without recompilation. The other half, which reuires
recompilation, speeds up only make-instance calls with a quoted symbol
as the first arg: (make-instance '<symbol> ...).