From 2c9d30f9b0fc891b64c5f1e8492f112bbcb8f5fa Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sun, 13 Feb 1994 18:35:53 -0200 Subject: otimizacao do codigo para construtores. --- opcode.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/opcode.h b/opcode.h index c3304a64..8139f9c8 100644 --- a/opcode.h +++ b/opcode.h @@ -1,6 +1,6 @@ /* ** TeCGraf - PUC-Rio -** $Id: opcode.h,v 1.1 1993/12/17 18:41:19 celes Exp roberto $ +** $Id: opcode.h,v 1.2 1993/12/22 21:15:16 roberto Exp roberto $ */ #ifndef opcode_h @@ -14,6 +14,8 @@ #define real float #endif +#define FIELDS_PER_FLUSH 40 + typedef unsigned char Byte; typedef unsigned short Word; @@ -40,7 +42,9 @@ typedef enum STOREGLOBAL, STOREINDEXED0, STOREINDEXED, - STOREFIELD, + STORELIST0, + STORELIST, + STORERECORD, ADJUST, CREATEARRAY, EQOP, -- cgit v1.2.3-55-g6feb