lua-users home
lua-l archive

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


> >  I guess I'd hate for this performance to be the result of a "bug" ;)
> 
> My expression is not accurate enough, I'm sorry about that
> I want to upgate my process to lua5.4.3
> How should I use it to make the incremental gc effect of lua5.4.3
> consistent with lua5.3.6

Unfortunately, you will have to fine tune it again. As the manual
says,

    Keep in mind that the GC behavior is non-portable
    both across platforms and across different Lua releases;
    therefore, optimal settings are also non-portable.

-- Roberto