From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:37628) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i59YN-0000xm-JC for guix-patches@gnu.org; Tue, 03 Sep 2019 10:13:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i59YM-0008Kb-Iu for guix-patches@gnu.org; Tue, 03 Sep 2019 10:13:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51606) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i59YM-0008KP-Ec for guix-patches@gnu.org; Tue, 03 Sep 2019 10:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i59YM-0003bV-13 for guix-patches@gnu.org; Tue, 03 Sep 2019 10:13:02 -0400 Subject: [bug#37269] Acknowledgement ([PATCH] build-system/asdf: Add option to compress programs.) Resent-Message-ID: From: Katherine Cox-Buday References: <20190902135020.14473-1-mail@ambrevar.xyz> <87pnki3is4.fsf@ambrevar.xyz> Date: Tue, 03 Sep 2019 09:12:35 -0500 In-Reply-To: <87pnki3is4.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Mon, 02 Sep 2019 15:54:51 +0200") Message-ID: <874l1t8o4s.fsf@gmail.com> 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: Pierre Neidhardt Cc: 37269@debbugs.gnu.org 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? Also, as an aside, I am tracking Next; thank you for this project! --=20 Katherine