lua-users home
lua-l archive

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


On 2016-08-05 00:11, nobody wrote:
>> The GC seems to run [...]
> 
> [...] it does indeed not allocate much.  So I broke something else maybe...

Seems it's a side-effect of ASAN (-fsanitize=address).  It seems it
doesn't want to reuse memory (in order to track use-after-frees), so it
keeps on allocating.

Sorry for the noise.

-- Marco