[racket] raco option to strip unused libraries and code from exes?

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Mon Sep 30 20:53:43 EDT 2013

The demodularizer (raco demod) is a tool that does this somewhat,
although some of the things it can remove are unsound. We're working
on making it even better by re-optimizing after demodularizing, but
that is future work.

Jay

On Mon, Sep 30, 2013 at 5:25 PM, Daniel Prager
<daniel.a.prager at gmail.com> wrote:
> Is there an option to strip down raco-produced exes to reduce size /
> speed-up loading time?
>
> I understand that I can use racket/base and explicitly include files, but
> wondered if there was an option that shifted the burden from huma
> in to machine!
>
>
> Thanks
>
> Dan
>
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

"The glory of God is Intelligence" - D&C 93

Posted on the users mailing list.