[Bug 433382] More efficient interpreter switch when computed goto is not available. r=brendan

This commit is contained in:
Igor Bukanov
2008-06-20 09:36:56 +02:00
parent f3ccee58c8
commit 46a8d347ba
13 changed files with 281 additions and 247 deletions

View File

@@ -60,14 +60,6 @@ typedef enum JSOp {
JSOP_LIMIT
} JSOp;
typedef enum JSOpLength {
#define OPDEF(op,val,name,token,length,nuses,ndefs,prec,format) \
op##_LENGTH = length,
#include "jsopcode.tbl"
#undef OPDEF
JSOP_LIMIT_LENGTH
} JSOpLength;
/*
* JS bytecode formats.
*/