Re: Change in GC behaviour -- Ever-increasing memory usage
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Change in GC behaviour -- Ever-increasing memory usage
- From: Gabriel de Quadros Ligneul <gqligneul@...>
- Date: 2019年1月30日 10:20:56 -0200
> I may be misunderstanding but ... Don't you just keep creating
> userdata and filling up the Lua stack? There's no lua_pop or similar.
> luaL_unref [-0, +0, -] only unrefs the object, but doesn't pop it.
luaL_ref pops the userdata from the stack.