6 Sep 2004 11:47
Re: [sbcl] load CLIM automatically
Rudi Schlatte <rudi <at> constantly.at>
2004-09-06 09:47:51 GMT
2004-09-06 09:47:51 GMT
On 5. Sep 2004, at 21:51, Christian Pohlmann wrote: > Hello, > > I am new to lisp and very new to SBCL and CLIM. After > setting up CLIM and SBCL correctly (some examples from > the internet worked nicely) I was wondering how to > speed up CLIM's initialization at startup. I just put > the required asdf commands in /etc/sbclrc, but now > every startup takes about one minute. You could investigate the sb-est:save-lisp-and-die function in the manual, and the '--core' argument to sbcl. Basically, you save the state of your running sbcl instance in a core file and can then resume later. (This is possible only when running single-threaded, and when no foreign libraries are loaded, although the latter restriction will perhaps be removed this month.) Hope that helps, Rudi
RSS Feed