Very nice. On my Linux x86 box, a freshly started SBCL core dump is 26MB, which compressesd with bz2 down to about 6Mb. Is it possible to optimise the size of the save core at all? I've heard the term "tree-shaker" mentioned, I presume this removes all functions that aren't called from the image? This must also remove almost all possibility of further extending an image once deployed, but for many applications this isn't a problem.
Is it possible to write a portible common-lisp tree-shaking algorithm? Cheers Brad On 12/18/05, Peter Herth <[EMAIL PROTECTED]> wrote: > Hi, > > inspired by the threads about this topic, I have added an example > chapter to the Ltk documentation, which shows how to create a > standallone GUI application using Ltk and SBCL. You can find the Ltk > documentation on the ltk page http://www.peter-herth.de/ltk. > I hope this helps with the first steps, but if you encounter any > unclear points or have suggestions, please mail me. > > Peter > _______________________________________________ > Gardeners mailing list > [email protected] > http://www.lispniks.com/mailman/listinfo/gardeners > _______________________________________________ Gardeners mailing list [email protected] http://www.lispniks.com/mailman/listinfo/gardeners
