parser keeps list of active local variables in a single dynamic array,

therefore saving C stack space
This commit is contained in:
Roberto Ierusalimschy
2009-10-11 17:02:19 -03:00
parent a5382b763c
commit 916587508c
7 changed files with 76 additions and 47 deletions

4
lua.h
View File

@@ -1,6 +1,6 @@
/*
** $Id: lua.h,v 1.244 2009/09/21 12:09:52 roberto Exp roberto $
** Lua - An Extensible Extension Language
** $Id: lua.h,v 1.245 2009/10/05 16:44:33 roberto Exp roberto $
** Lua - A Scripting Language
** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
** See Copyright Notice at the end of this file
*/