lua-users home
lua-l archive

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


On Friday 19, Ralph Hempel wrote:
> Simplest thing that could possibly work - but it broke. And I ended
> up doing a ton of research on setjmp() and friends and finally concluded
> that the heap was exhausted and I needed emergency garbage collection.

There is a Emergency GC patch for Lua 5.1.4:
http://lua-users.org/wiki/EmergencyGarbageCollector

It is even being used by eLua 0.7 release.
http://www.eluaproject.net/

-- 
Robert G. Jakabosky