lua-users home
lua-l archive

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


> would it not be more efficient to lift the evaluation
> of ttistable(t) out of the loop?

ttistable is a simple macro:

lobject.h:#define ttistable(o)  (ttype(o) == LUA_TTABLE)