lua-users home
lua-l archive

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


I'm trying to understand how stepmul and pause parameters
work in generational mode.

Added printfs to generationalcollection(), it seems that
_ every second luaC_step in generational mode is a full collection _.

Changing "setstepmul" and "setpause" change frequency of the steps,
but still every second step is a full one.

How these parameters should be set?