[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Feedback two bugs about lua5.4.3 gc
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 21 Jan 2022 13:47:24 -0300
> > 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