Re: Reference counting patch for Lua 5.1?
[
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: 2007年4月13日 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