[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: flconvert for lua-fltk, v0.1
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 10 Jul 2001 18:39:02 -0300
>I believe constant strings in functions won't be collected
When a function is collected, everything in it is collected as well,
including string literals.
--lhf