lua-users home
lua-l archive

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


On Wed, 26 May 2010 17:31:20 +0300, Juris Kalnins <juris@mt.lv> wrote:

Just tried, and it really works. With my generational gc test code,
maximum collectgarbage("count") value is actually _higher_ (also
the TRACEMEM shows higher value),

ouch, never mind.... I was off by a decimal place.
Peak maxalloc is about the same as when calling collectgarbage("step")
inside loop. Only much slower, of course.