From dfe03c7abea6a00925a56239dfaac5be2770396e Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 19 Sep 1997 15:40:32 -0300 Subject: small optimizations (bit scrubbing) --- lopcodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lopcodes.h') diff --git a/lopcodes.h b/lopcodes.h index b916092d..29392229 100644 --- a/lopcodes.h +++ b/lopcodes.h @@ -1,5 +1,5 @@ /* -** $Id: $ +** $Id: lopcodes.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $ ** Opcodes for Lua virtual machine ** See Copyright Notice in lua.h */ @@ -36,7 +36,7 @@ PUSHLOCAL8,/* - LOC[8] */ PUSHLOCAL9,/* - LOC[9] */ PUSHLOCAL,/* b - LOC[b] */ PUSHGLOBAL,/* w - VAR[w] */ -PUSHTABLE,/* i t t[i] */ +GETTABLE,/* i t t[i] */ PUSHSELF,/* w t t t[CNST[w]] */ CREATEARRAY,/* w - newarray(size = w) */ -- cgit v1.2.3-55-g6feb