lua-users home
lua-l archive

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


On Wed, Oct 27, 2010 at 03:24:26PM -0200, Alex de Magalhães Machado wrote:
> But this latency already includes the maximum time a GC cycle could need to
> finish its work.

How can you tell in advance how long the GC cycle will take, though?
It's easy to know at runtime, but by then it may be too late.

B.