From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.2-100-g40bd6a7 Date: Wed, 21 Sep 2011 14:26:56 +0200 Message-ID: <878vpiytbj.fsf@gnu.org> References: <87aa9y2r7p.fsf@gnu.org> <87pqiugpht.fsf@pobox.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1316608032 24268 80.91.229.12 (21 Sep 2011 12:27:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 21 Sep 2011 12:27:12 +0000 (UTC) Cc: guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Sep 21 14:27:07 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R6LtL-0007c0-Bp for guile-devel@m.gmane.org; Wed, 21 Sep 2011 14:27:07 +0200 Original-Received: from localhost ([::1]:40807 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6LtK-0005s5-Rs for guile-devel@m.gmane.org; Wed, 21 Sep 2011 08:27:06 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6LtH-0005rk-Ci for guile-devel@gnu.org; Wed, 21 Sep 2011 08:27:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6LtC-0006b2-HS for guile-devel@gnu.org; Wed, 21 Sep 2011 08:27:03 -0400 Original-Received: from solo.fdn.fr ([80.67.169.19]:34720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6LtC-0006as-Bb for guile-devel@gnu.org; Wed, 21 Sep 2011 08:26:58 -0400 Original-Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: lcourtes) by smtp.fdn.fr (Postfix) with ESMTPSA id 642A64410C; Wed, 21 Sep 2011 14:26:57 +0200 (CEST) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Jour des =?iso-8859-1?Q?R=E9compenses?= de =?iso-8859-1?Q?l'Ann=E9e?= 219 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <87pqiugpht.fsf@pobox.com> (Andy Wingo's message of "Wed, 21 Sep 2011 12:26:54 +0200") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 80.67.169.19 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12775 Archived-At: Hi, Andy Wingo skribis: > On Wed 21 Sep 2011 11:13, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> I believe that at least the and cases are dead code >> since =E2=80=98fix-letrec!=E2=80=99 hasn=E2=80=99t been called at the po= int =E2=80=98peval=E2=80=99 is called. >> No? > > For , perhaps it should be called earlier. The `let-values' case > is explicitly handled by an inlining of @call-with-values to let-values > in peval, with the goal of removing the later inlining pass, as it's not > as good as peval. I see, thanks! Ludo=E2=80=99.