[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Userdata with methods *and* table access.
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 18 Oct 2004 12:47:30 -0200
> 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