21 Jan
                
                    2011
                
            
            
                21 Jan
                
                '11
                
            
            
            
        
    
                5:06 p.m.
            
        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? -- Luís Oliveira http://r42.eu/~luis/