From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id Rfg5MqufHWbB9gAAe85BDQ:P1 (envelope-from ) for ; Mon, 15 Apr 2024 23:44:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id Rfg5MqufHWbB9gAAe85BDQ (envelope-from ) for ; Mon, 15 Apr 2024 23:44:11 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=iH+hF0Yx; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1713217451; a=rsa-sha256; cv=none; b=FJbrPW/QoWU9CqetPXXsGXAzYmdRMfa60nkMd2XcF/np3L0gzdc9olTvexN0hG7742v/X6 ebKb1xKWdTotre6tfkQtxdn1lQl+7ywBwRA+wxQf0wwKWD9hUy51CnH7EJlIA1N2y46eNs xQwWmlQAcnMzhrttII+iUG3MTZhBA3YYV3mmB7fqJPJA9iTvaYrxYr2MrqUh4brIK2WYJw vtaaOrNYxUr88I9fZ4QljH57QKkI+1AAKsUUYsbdWVt5Nmi7SlbmXy3NrLN1/vSK4Qg635 seSAU03QpUXZr68V2I9U6zYA1nOgyypgUugHWLnTF1045eTTOj1LuFyairHiRw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=iH+hF0Yx; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1713217451; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=X9ep4e2aL0RoPsQrZlWPFYZaw9JANs31q7EWOzswboI=; b=A8cAqTRUfV7nrKPg5cJTz68+DkQowGRNJZGEAxuTHPiGT3EHKkkEmDdsi84MVUBXLuZ3HG bwnBojE0q1Hekp5hvo8/rBYQoGWxTWovPMpAxpL9JFfB6oi3JPrgDkpg/K/fjVrORomxQO vHnaONsYSEimWNVcueuXMXXNThtzOZaP1mvH1weeBkG4YxOTTBIQ0vMkjJF0NwvAzYOaFJ v5w85+udnk0QaEzbQ/HbbLF3/wQT60b7+t+X8fFikSTL8V2Irc9qqGeGKV8St+wNIYZr1R aStwg8J9poL97U5uG7vJsMBTM81d4YJ4RdP3UixGWGss0F8r+E7tnva2NZ8Lqg== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2AF846F2BC for ; Mon, 15 Apr 2024 23:44:11 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rwU7F-0000BX-Ky; Mon, 15 Apr 2024 17:43:53 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rwU7D-0000Ap-12 for guix-patches@gnu.org; Mon, 15 Apr 2024 17:43:51 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rwU7C-0006ES-OV for guix-patches@gnu.org; Mon, 15 Apr 2024 17:43:50 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rwU7O-00021U-Ju for guix-patches@gnu.org; Mon, 15 Apr 2024 17:44:02 -0400 Subject: bug#70132: [PATCH 00/11] Improve startup time and memory footprint for short-lived commands Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 15 Apr 2024 21:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 70132 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 70132-done@debbugs.gnu.org Cc: Josselin Poiret , Simon Tournier , Mathieu Othacehe , Tobias Geerinckx-Rice , Ricardo Wurmus , Christopher Baines Mail-Followup-To: 70132@debbugs.gnu.org, ludo@gnu.org, ludo@gnu.org Received: via spool by 70132-done@debbugs.gnu.org id=D70132.17132174197570 (code D ref 70132); Mon, 15 Apr 2024 21:44:02 +0000 Received: (at 70132-done) by debbugs.gnu.org; 15 Apr 2024 21:43:39 +0000 Received: from localhost ([127.0.0.1]:39744 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwU6z-0001xq-4f for submit@debbugs.gnu.org; Mon, 15 Apr 2024 17:43:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59780) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwU6v-0001wP-IP for 70132-done@debbugs.gnu.org; Mon, 15 Apr 2024 17:43:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rwU6d-0006D6-BM; Mon, 15 Apr 2024 17:43:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=X9ep4e2aL0RoPsQrZlWPFYZaw9JANs31q7EWOzswboI=; b=iH+hF0YxZe1XR3FrSvv6 xp6wS5SxOYNWhuzfG8WxtZG1ydPVcMPezz4KVDFz1iTrxDj7hbLcK7ivWOsy7Wf11EJld0bfzdzrp mhSpBTZhxl2AE1ndIVp/fxYq6PVKm8wXZ8+z6wn6LWFpQDL3U5DmxNzRqB2SHg2ObuSF5FwbhUlnh Qm4hmRjUOSEluBCmKcja7BSTeUiQxmhI4dBZtAx9fh160b6GU9UpBAelimPYKkTiwVSqobMGRjzIX Rcl3pKEzoXVfJOhMEQulScP0Bn6xpC+ZCrID8YMJs7Pi8t24m2SxMoU1Ob8ihBpdf/we3tJvpS/us kUUYGZH27QjehQ==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Mon, 1 Apr 2024 22:22:53 +0200") References: Date: Mon, 15 Apr 2024 23:43:11 +0200 Message-ID: <87zftumhe8.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Spam-Score: -5.57 X-Migadu-Queue-Id: 2AF846F2BC X-Migadu-Spam-Score: -5.57 X-Migadu-Scanner: mx10.migadu.com X-TUID: ubjHjgMZz9d0 Ludovic Court=C3=A8s skribis: > channels: Use SRFI-71 instead of SRFI-11. > git: Add =E2=80=98repository-info=E2=80=99 and use it in (guix channels= ). > channels: Move =E2=80=98commit-short-id=E2=80=99 to (guix git). > git: Add =E2=80=98tag->commit=E2=80=99 and use it in (guix channels). > channels: Autoload (git =E2=80=A6) modules. > guix system: Autoload some more. > utils: Don=E2=80=99t re-export =E2=80=98call-with-temporary-output-file= =E2=80=99. > guix: Delay loading of (gnutls). > ui: Delay use of (guix build syscalls). > Autoload (guix build syscalls). > Autoload (gcrypt hash). Rebased and pushed as 8a74bb8030f2433155f00332475fc21191ef2952. Ludo=E2=80=99.