guile-devel
[Top][All Lists]
Advanced

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

Re: ILOC question


From: Neil Jerram
Subject: Re: ILOC question
Date: 10 Dec 2001 21:52:50 +0000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>>>> "Marius" == Marius Vollmer <address@hidden> writes:

    Marius> Neil Jerram <address@hidden> writes:
    >> Instead of using ILOCs as currently, couldn't we build local
    >> environment frames using variables and then memoize local
    >> variable references into variables?

    Marius> This wouldn't work since local variable references will
    Marius> refer to many different bindings, both over time and
    Marius> simultaneously.

Ah, I see.  The same chunk of source code can give rise to many
closures, all of which share the same memoized code.

Thanks!

        Neil




reply via email to

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