[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lvm.c query
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 20 Aug 2006 10:48:57 -0300
> 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)