lua-users home
lua-l archive

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


> So you're saying that you may implement a moving garbage collector, but
> if so it will guarantee not to move anything which is on the stack?

I am saying that if we ever implement a moving gc we will have to
guarantee not to move anything which is on the stack, or else to
change the whole Lua-C API. But, as I said before, a moving gc is
completely out of our plans (even for a distant future).

-- Roberto