summaryrefslogtreecommitdiff
path: root/lopcodes.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2004-10-04 16:07:42 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2004-10-04 16:07:42 -0300
commit652f885c30e36c3bdbecd71b70dfbf273abfe24e (patch)
treeb7671af460e314f9a4c966da685da509f4e9ddb3 /lopcodes.h
parentf7e9465a0c851d6440331317a77aafe89a32eba8 (diff)
downloadlua-github-652f885c30e36c3bdbecd71b70dfbf273abfe24e.tar.gz
detail
Diffstat (limited to 'lopcodes.h')
-rw-r--r--lopcodes.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lopcodes.h b/lopcodes.h
index 43a90525..173e44c9 100644
--- a/lopcodes.h
+++ b/lopcodes.h
@@ -1,5 +1,5 @@
/*
-** $Id: lopcodes.h,v 1.111 2004/08/04 20:18:13 roberto Exp $
+** $Id: lopcodes.h,v 1.112 2004/10/04 19:01:53 roberto Exp roberto $
** Opcodes for Lua virtual machine
** See Copyright Notice in lua.h
*/
@@ -261,8 +261,7 @@ extern const char *const luaP_opnames[NUM_OPCODES]; /* opcode names */
/* number of list items to accumulate before a SETLIST instruction */
-/* (must be a power of 2) */
-#define LFIELDS_PER_FLUSH 32
+#define LFIELDS_PER_FLUSH 50
#endif