lua-users home
lua-l archive

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


> 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