On 25. Jun 2022, 09:47 +0200, Eli Zaretskii , wrote: > > > Maybe we could disable the calls cheaply when max-ticks is 0? I mean, something that inlines > > > > > > if (max_ticks > 0) > > > update_ticks(...) > > > > Yes, maybe. > > > > Now done. Thanks!