lua-users home
lua-l archive

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


On 06/01/2013 11:39 AM, Jay Carlson wrote:
Oh, oops. In this case you don't need to ask the GC. The compiler can know the only reference to the table being constructed is the one being passed to myfunc.

It seems to me that it knows at the place where the call takes place, but not inside the function, which is I think where Dirk was interested.