[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: The removal of function environments: An opportunity for optimization?
- From: Florian Weimer <fw@...>
- Date: Sun, 23 May 2010 20:26:44 +0200
* Jonathan Castello:
>> Today, one could lift such definitions out of the code and
>> explicitly store them in local variables, but doing so can break
>> the flow of the code for reading.
> Correct me if I'm wrong, but isn't that what light C functions are?
Not really, the code for Lua functions still needs to be
garbage-collected, and this is not necessary for C functions.