lua-users home
lua-l archive

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


> As best as I can tell, as long as a TString is never garbage collected, its
> pointer value will never change.  Thus, as long as I call luaS_fix on a
> TString, that data won't move around during the lifetime of the Lua state.
> 
> Is this correct?

Yes.

-- Roberto