Hey,

Andy Wingo <[EMAIL PROTECTED]> 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.



Reply via email to