On Fri, Jan 21, 2011 at 11:37 AM, Nick Levine <n...@ravenbrook.com> wrote:
> (defun application-load (&key compile-only)
>  (let ((defsys (truename (relative-path "code/defsys.lisp"))))
>    (load defsys))
>  (compile-system "PROFILER-PLUS" :load (not compile-only)
>                  :force (find "-force" sys:*line-arguments-list* :test 
> 'string=)))

I'm not familiar with the details of LW's defsystem. How is this
different from loading the application from fasls, speed-wise?

-- 
Luís Oliveira
http://r42.eu/~luis/

_______________________________________________
pro mailing list
pro@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/pro

Reply via email to