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

This commit is contained in:
Igor Bukanov
2008-06-20 11:55:49 +02:00
parent ab82078dd6
commit b998d7da52
14 changed files with 402 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