lua-users home
lua-l archive

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


Just a quick thought...

It might be interesting to provide a hook in the GC process so that clients could postpone the atomic phase for the GC. One would probably need to pass in some statistics regarding memory usage so that the client could decide whether the memory usage outweighed the risk of taking a GC pause.

Mark