[Openmcl-devel] single compiled file

Gary Byers gb at clozure.com
Fri May 29 02:08:58 PDT 2009


(CCL:FASL-CONCATENATE output-fasl-file list-of-input-fasl-files &key (if-exists :error))

will create a fasl file which, when loaded, will have the same effect
as loading the individual input fasl files in the specified order.  The
single file might be easier to distribute or install, and loading it
may be at least a little faster than loading the individual files (since
it avoids the overhead of opening and closing each file in succession.)

The PATHNAME-TYPE of the output file and of each input file defaults
to the current platform's fasl file type (.dx64fsl or whatever.)  If
any of the input files has a different type/extension an error will
be signaled, but it doesn't otherwise try too hard to verify that
the input files are real fasl files for the current platform.


On Fri, 29 May 2009, Janusz Podrazik wrote:

> how to concatenate the compiled components in a single compiled file.
>
> JP
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
>
>



More information about the Openmcl-devel mailing list