Re: caching pointers to Lua strings?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: caching pointers to Lua strings?
- From: Josh Haberman <jhaberman@...>
- Date: 2011年6月10日 16:56:47 +0000 (UTC)
Reuben Thomas <rrt <at> sc3d.org> writes:
> The string has to be somewhere in "Lua space" or it will be gc'ed:
I was asking about the case where there *is* a reference
to the string in "Lua space," just not from the Lua *stack*.
Josh