On Fri, Jan 21, 2011 at 8:56 PM, Luís Oliveira luismbo@gmail.com wrote:
My question is: if you're going to load all of the application's FASLs, what difference does it make that you loaded a dumped image with some previous version of the application? What am I missing?
What I was missing is that when you dump an image, defsystem information about the files' modification times is kept, thus only modified files (and their dependents) will be loaded. *facepalm*
Cheers,