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

Re: ff.fasl



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> ...).