lua-users home
lua-l archive

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


Ross Bencina wrote:
> Here's an example of the kinds of eager resource deallocation I'm
> thinking of:
> 
> In an expression such as the following, where a, b, c, d are user data:
> 
> a = (b + c) + d;
> 
> the subexpression b+c will generate a temporary user data.
> 
> [...]
> Are there other options or approaches I should know about?

http://lua-users.org/lists/lua-l/2006-05/msg00204.html

--Mike