From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#27284: Memory leak in 'guix pull' or 'make' in guix source Date: Thu, 21 Sep 2017 10:43:02 -0400 Message-ID: <878th8864p.fsf@gmail.com> References: <20170608083935.izw747zaetkaxv4o@abyayala> <87poamv2i7.fsf@gnu.org> <87y3paccu5.fsf@gmail.com> <878th9tx3k.fsf@gnu.org> <87shfhcjgk.fsf@gmail.com> <87shfhruxz.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dv2hy-0001Xw-Q4 for bug-guix@gnu.org; Thu, 21 Sep 2017 10:44:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dv2ht-0001zk-Sx for bug-guix@gnu.org; Thu, 21 Sep 2017 10:44:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43010) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dv2ht-0001zW-Ox for bug-guix@gnu.org; Thu, 21 Sep 2017 10:44:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87shfhruxz.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 20 Sep 2017 22:12:08 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 27284@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Maxim Cournoyer skribis: > >> How do we instruct Guile to evaluate rather than compile? I don't think >> I've ever experimented with this yet! > > Simply by not compiling things (which includes passing > --no-auto-compile.) > > Ludo=E2=80=99. I see. I was under the impression that things would be "compiled" anyway but the result kept in memory and discarded rather than cached when using '--no-auto-compile'. Thanks for clearing that up! Maxim