From facfec0687ff20351d3c7520344a722b9149c9ea Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 3 Jan 2002 15:42:57 -0200 Subject: small optimizations --- lstate.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index 150bc4db..db7c7b86 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 1.1 2001/11/29 22:14:34 rieru Exp rieru $ +** $Id: lstate.h,v 1.68 2001/12/18 20:52:30 roberto Exp $ ** Global State ** See Copyright Notice in lua.h */ @@ -76,6 +76,7 @@ typedef struct CallInfo { StkId base; /* base for called function */ const Instruction *savedpc; lua_Hook linehook; + StkId top; /* top for this function (when it's a Lua function) */ /* extra information for debugging */ const Instruction **pc; int lastpc; /* last pc traced */ -- cgit v1.2.3-55-g6feb