more options for controling the GC

This commit is contained in:
Roberto Ierusalimschy
2004-12-06 15:53:42 -02:00
parent 531874f6ce
commit 39a8082f50
7 changed files with 49 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: luaconf.h,v 1.18 2004/12/01 15:50:18 roberto Exp roberto $
** $Id: luaconf.h,v 1.19 2004/12/01 15:52:54 roberto Exp roberto $
** Configuration file for Lua
** See Copyright Notice in lua.h
*/
@@ -273,6 +273,9 @@
#define lua_userstateopen(L) /* empty */
/* initial GC parameters */
#define STEPMUL 4
#endif
/* }====================================================== */