From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: slowness in guile 1.8 Date: Sat, 26 May 2007 17:39:33 +0200 Message-ID: <1180193973.21081.21.camel@localhost.localdomain> References: <1180110804.4388.16.camel@localhost.localdomain> <87tzu0pybk.fsf@chbouib.org> <1180176594.4388.29.camel@localhost.localdomain> <87sl9jn2tl.fsf@chbouib.org> <87k5uviqyq.fsf@chbouib.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1180193989 14486 80.91.229.12 (26 May 2007 15:39:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 26 May 2007 15:39:49 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat May 26 17:39:48 2007 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HryMr-0000ij-Mq for guile-devel@m.gmane.org; Sat, 26 May 2007 17:39:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HryMr-0005il-BX for guile-devel@m.gmane.org; Sat, 26 May 2007 11:39:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HryMn-0005iX-EB for guile-devel@gnu.org; Sat, 26 May 2007 11:39:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HryMk-0005hk-AI for guile-devel@gnu.org; Sat, 26 May 2007 11:39:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HryMk-0005hh-2c for guile-devel@gnu.org; Sat, 26 May 2007 11:39:38 -0400 Original-Received: from ambient.dashsystems.com ([216.27.85.7] helo=kettle.ambient-hosting.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HryMj-0002P3-OI for guile-devel@gnu.org; Sat, 26 May 2007 11:39:37 -0400 Original-Received: from localhost.localdomain (ambient-hosting.net [10.1.6.1]) by kettle.ambient-hosting.net (Postfix) with ESMTP id 3DBC68808E for ; Sat, 26 May 2007 11:39:35 -0400 (EDT) Original-Received: by localhost.localdomain (Postfix, from userid 1000) id 4E4991196BE; Sat, 26 May 2007 17:39:34 +0200 (CEST) In-Reply-To: <87k5uviqyq.fsf@chbouib.org> X-Mailer: Evolution 2.10.1 X-detected-kernel: Linux 2.4-2.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:6621 Archived-At: Hi, On Sat, 2007-05-26 at 16:45 +0200, Ludovic Court=C3=A8s wrote: > I committed the patch below to HEAD. Great! > For 1.8, I'm pretty much inclined to commit a similar patch, i.e., where > `module-make-local-var!' and `scm_m_define' are copied from HEAD. This > would break code that does things like: >=20 > (define foo (begin (set! foo 1) (+ foo 1))) This code has only "worked" for guile 1.8 anyways. It did not work in 1.6, so I don't see an issue in changing this behavior. Cheers, Andy. --=20 http://wingolog.org/ _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel