lua-users home
lua-l archive

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


On Mon, Jan 25, 2010 at 6:41 PM, Felipe Magno de Almeida
<felipe.m.almeida@gmail.com> wrote:
> Hi,
>
> I'm seeing that when GCTM is called after a luaC_checkGC where the
> threshold is hit, the lua_gettop(L) grows by 2.
> This happens within GCTM where lua_gettop(L) == 0 and L->top is added by 2.
> Then the luaD_call doesn't consume the two from L->top.
> This only happens when the first GCTM is called.
> All this happens while Lua is in a infinite loop.
> A hook count is set every 2 instructions, and yields.

[snip]

Am I in the right mailing list to discuss Lua implementation?

Thanks in advance,
-- 
Felipe Magno de Almeida