lua-users home
lua-l archive

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


On Wed, Sep 04, 2013 at 11:33:37PM -0400, Tom N Harris wrote:
> On Monday, September 02, 2013 03:14:08 PM Emil Renner Berthing wrote:
> > +LUA_API void  (lua_setstatedata) (lua_State *L, void *sd);
> > +LUA_API void *(lua_getstatedata) (lua_State *L);
> 
> What's the problem with storing a lightuserdata in the registry?
> 

The OP was worried that it was too slow.