lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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