[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua x Python
- From: Toyotomi <io219@...>
- Date: Fri, 23 Aug 2002 01:13:41 -0500
--> Thursday, August 22, 2002, 10:07:17 AM, you wrote:
> On Thu, Aug 22, 2002 at 11:38:33AM -0300, Luiz Henrique de Figueiredo wrote:
>>
>> We intend to experiment with generational GC soon. Perhaps it will
>> make it into 5.0 final. What are the "requirements of soft
>> realtime"?
> It is hard to control the exact behavior of a garbage collector in
> such a manner, but generational GC is definitely better than
> mark-sweep.
Wow, I didn't realize Lua used mark & sweep GC... Change that. ;p