[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Closure?
From: |
Ludovic Courtès |
Subject: |
Re: Closure? |
Date: |
Wed, 16 Jul 2008 18:42:48 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Hey,
Andy Wingo <address@hidden> writes:
> You can determine exactly what should be in the lexical environments at
> compile-time; thus you can allocate a fixed structure of variables to
> hold the lexicals.
In addition, one expects constant-time access to local variables
(aka. "ilocs"), which the current list-based closure representation
fails to achieve (see `scm_ilookup ()').
Thanks,
Ludovic.
- Re: Closure?, (continued)
Re: Closure?, Kjetil S. Matheussen, 2008/07/11
Re: Closure?, Neil Jerram, 2008/07/12
Re: Closure?, Ludovic Courtès, 2008/07/15
Re: Closure?, Andy Wingo, 2008/07/16
Re: Closure?,
Ludovic Courtès <=
Re: Closure?, Kjetil S. Matheussen, 2008/07/14
- Re: Closure?, Maciek Godek, 2008/07/14
- Message not available