On Fri, Jan 21, 2011 at 11:37 AM, Nick Levine ndl@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?