[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: slowness in guile 1.8
From: |
Andy Wingo |
Subject: |
Re: slowness in guile 1.8 |
Date: |
Sat, 26 May 2007 17:39:33 +0200 |
Hi,
On Sat, 2007-05-26 at 16:45 +0200, Ludovic Courtès 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:
>
> (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.
--
http://wingolog.org/