lua-users home
lua-l archive

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


Basically I want to minimise the amount of temporary memory being allocated,
so that I can reduce the frequency GC is called (and maybe reduce the hit of
each GC?). Can anyone give some hints on this topic? 

For instance, if I have local variables declared inside function A, will the
local variables allocate memory each time A is called?

David
-Virus scanned and cleared ok