small optimizations

This commit is contained in:
Roberto Ierusalimschy
2002-01-03 15:42:57 -02:00
parent 34df9976a9
commit facfec0687
3 changed files with 18 additions and 16 deletions

View File

@@ -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 */