lua-users home
lua-l archive

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


The main issue that jumps out at me regarding the "run a garbage collection cycle" approach is that if you have any complicated error handling, it could result in multiple GC cycles which it might be nice to avoid.

Mark