guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#37269] Acknowledgement ([PATCH] build-system/asdf: Add option to co


From: Ludovic Courtès
Subject: [bug#37269] Acknowledgement ([PATCH] build-system/asdf: Add option to compress programs.)
Date: Wed, 04 Sep 2019 14:07:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello!

Katherine Cox-Buday <address@hidden> skribis:

> Pierre Neidhardt <address@hidden> writes:
>
>> This patch could be used by StumpWM and Next browser to compress the
>> binary. For Next, this compresses the binary from ~100 MiB to ~23 MiB.
>> There is no real drawback, the startup time is still well under
>> 100 ms.
>
> This is a great idea and something I lost when I moved from
> self-compiling SBCL to Guix's version!
>
> I am also not aware of any drawbacks, and I love that you implemented
> this as an option in the build-system. Should we default it to true?

Compressed files are opaque to the garbage collector scanner and to
grafting, so we could end up in situations like:

  https://issues.guix.gnu.org/issue/33848

(Which would be nice to address, BTW! :-))

Thus, I think we’ll have keep compression turned off.

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]