[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Reference counting patch for Lua 5.1?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 13 Apr 2007 14:19:52 -0300
> I merely wish to try reference counting in my Lua 5.1-based project
Do you have problems with the 5.1 collector?
Since it was introduced, the incremental collector seems to have solved all
pause problems. Some people have reported that they had to change the gc
parameters to get good results for their apps, that's all.
--lhf