guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.2-110-g8


From: Ludovic Courtès
Subject: Re: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.2-110-g8d06538
Date: Sat, 24 Sep 2011 19:42:16 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Hi Andy!

"Andy Wingo" <address@hidden> skribis:

> commit 8d06538e821c3e6cdd4861e1d8b1ec25ed930453
> Author: Andy Wingo <address@hidden>
> Date:   Thu Sep 22 12:06:21 2011 +0200
>
>     context-specific folding for peval in test and effect contexts
>     
>     * module/language/tree-il/optimize.scm (peval): Add a "test" context,
>       which folds statically decidable values to <const>.  Fold pure
>       expressions to <void> in "effect" contexts.  Adapt the <conditional>
>       and <sequence> tests to simply look for <const> or <void> expressions,
>       respectively.

Woow, thanks, this looks like a nice addition!

Could you add a few tests to demonstrate the effects of this?  All the
cases in peval are interdependent, which makes it easy to break one
thing by touching another.
</broken-record>  ;-)

Thanks also for the many bug fixes & improvements.

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]