[Openmcl-devel] The source code of lx86cl64
R. Matthew Emerson
rme at clozure.com
Mon Dec 21 08:09:17 PST 2015
> On Dec 21, 2015, at 11:02 AM, Dmitry Igrishin <dfigrish at gmail.com> wrote:
>
> Hello, Bill, Matthew
>
> Thanks for your answers. I'm confused because I'm failed to find the code which process
> the -l --load command line option -- the usage_exit() from pmcl-kernel.c does not even
> notes this option. Where can I found this code?
That happens in lisp code. See ccl:level-1;l1-application.lisp for the definition of the command-line options. Look for
(defclass lisp-development-system (application)
...)
The actual processing of --load happens in ccl:level-1;l1-boot-lds.lisp in the function ccl::startup-ccl.
More information about the Openmcl-devel
mailing list