lua-users home
lua-l archive

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


I was only recommending forcing a GC in the event that other allocation strategies have failed and it addresses more the issues associated with doing things like manage large buffers via Lua userdata. One definitely does not want to trigger GC's as a routine matter.

Mark