[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: about the gc
- From: "Robert G. Jakabosky" <bobby@...>
- Date: Wed, 21 Jan 2009 14:52:21 -0800
On Wednesday 21, 李慧霸 wrote:
> Hi,
>
> I'm implementing the future construct for lua, as a first-class
> mechanism. The implementation is able to run some naive tests
> now. But when running real applications, there are always some
> strange errors. I think they come from the garbage collect
> system, and I think I need some materials on that, can any help?
Here is a description of how the garbage collector in Lua 5.1 works:
http://lua-users.org/wiki/EmergencyGarbageCollector
--
Robert G. Jakabosky