From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:44350) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i5U4x-0003hN-7R for guix-patches@gnu.org; Wed, 04 Sep 2019 08:08:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i5U4w-0000uj-5o for guix-patches@gnu.org; Wed, 04 Sep 2019 08:08:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52101) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i5U4w-0000uc-2m for guix-patches@gnu.org; Wed, 04 Sep 2019 08:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i5U4v-0004Bn-Rq for guix-patches@gnu.org; Wed, 04 Sep 2019 08:08:01 -0400 Subject: [bug#37269] Acknowledgement ([PATCH] build-system/asdf: Add option to compress programs.) Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190902135020.14473-1-mail@ambrevar.xyz> <87pnki3is4.fsf@ambrevar.xyz> <874l1t8o4s.fsf@gmail.com> Date: Wed, 04 Sep 2019 14:07:12 +0200 In-Reply-To: <874l1t8o4s.fsf@gmail.com> (Katherine Cox-Buday's message of "Tue, 03 Sep 2019 09:12:35 -0500") Message-ID: <874l1s6z9r.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Katherine Cox-Buday Cc: Pierre Neidhardt , 37269@debbugs.gnu.org Hello! Katherine Cox-Buday skribis: > Pierre Neidhardt writes: > >> This patch could be used by StumpWM and Next browser to compress the >> binary. For Next, this compresses the binary from ~100=C2=A0MiB to ~23= =C2=A0MiB. >> There is no real drawback, the startup time is still well under >> 100=C2=A0ms. > > 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=E2=80=99ll have keep compression turned off. Ludo=E2=80=99.