[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: rapid lifetime based collection of transient user data objects?
- From: Mike Pall <mikelu-1110@...>
- Date: Sat, 29 Oct 2011 12:50:37 +0200
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