lua-users home
lua-l archive

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


Hi, I am implementing a Lua library and came across setmajorinc as a possible option for collectgarbage. I found that it controls how much to wait for a major garbage collection in generational mode. How come is this feature undocumented and is it safe to include as an option in my library? Thanks,

~Dave