[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: The removal of function environments: An opportunity for optimization?
- From: Henk Boom <henk@...>
- Date: Tue, 25 May 2010 15:06:47 -0400
On 25 May 2010 14:22, Tomas Guisasola Gorham <tomas@tecgraf.puc-rio.br> wrote:
> Sure. However, the "body" of a function is a chunk isn't it?
> I thought it should have a different (local) _ENV like the above code?
The body of a function is a block, not a chunk. As Roberto said (and
as hinted in the manual), a chunk is a compilation unit.
henk