[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: garbage collection and upvalues
- From: Dimitris Papavasileiou <jimmyp@...>
- Date: Fri, 21 Nov 2003 17:21:29 +0200
Do upvalues associated with C functions count as references to the values?
That is will the collector collect upvalues of a C function if there is no
other reference to them?