diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-10-04 16:07:42 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-10-04 16:07:42 -0300 |
commit | 652f885c30e36c3bdbecd71b70dfbf273abfe24e (patch) | |
tree | b7671af460e314f9a4c966da685da509f4e9ddb3 | |
parent | f7e9465a0c851d6440331317a77aafe89a32eba8 (diff) | |
download | lua-652f885c30e36c3bdbecd71b70dfbf273abfe24e.tar.gz lua-652f885c30e36c3bdbecd71b70dfbf273abfe24e.tar.bz2 lua-652f885c30e36c3bdbecd71b70dfbf273abfe24e.zip |
detail
-rw-r--r-- | lopcodes.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lopcodes.h,v 1.111 2004/08/04 20:18:13 roberto Exp $ | 2 | ** $Id: lopcodes.h,v 1.112 2004/10/04 19:01:53 roberto Exp roberto $ |
3 | ** Opcodes for Lua virtual machine | 3 | ** Opcodes for Lua virtual machine |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -261,8 +261,7 @@ extern const char *const luaP_opnames[NUM_OPCODES]; /* opcode names */ | |||
261 | 261 | ||
262 | 262 | ||
263 | /* number of list items to accumulate before a SETLIST instruction */ | 263 | /* number of list items to accumulate before a SETLIST instruction */ |
264 | /* (must be a power of 2) */ | 264 | #define LFIELDS_PER_FLUSH 50 |
265 | #define LFIELDS_PER_FLUSH 32 | ||
266 | 265 | ||
267 | 266 | ||
268 | #endif | 267 | #endif |