[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: __gc & error and GC & local weirdness
- From: nobody <nobody+lua-list@...>
- Date: Fri, 5 Aug 2016 00:11:04 +0200
> I didn't see any problem here. The __gc does not run because 't' is not
> garbage. The GC seems to run, as (at least on my machine) the program
> does not allocate gigabytes of memory. (It does seem to allocate very
> little memory, in fact.)
Ah, I broke my test case... ^^
And I just fetched a fresh unmodified 5.3.3 tarball from the website,
did 'make generic', ran './lua -E test2.lua', and it does indeed not
allocate much. So I broke something else maybe... I'll try to track it
down.
-- Marco