[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

@@ -88,6 +88,8 @@
#include "jsdtracef.h"
#endif
#include "jsautooplen.h"
#ifdef JS_THREADSAFE
#define NATIVE_DROP_PROPERTY js_DropProperty