зеркало из https://github.com/mozilla/pjs.git
Bug 742163 (follow-up) - Unbreak --disable-methodjit. r=Ms2ger.
This commit is contained in:
Родитель
42346f0668
Коммит
90fa876d2a
|
@ -348,6 +348,7 @@ struct JSScript : public js::gc::Cell
|
|||
static const uint32_t stepCountMask = 0x7fffffffU;
|
||||
|
||||
public:
|
||||
#ifdef JS_METHODJIT
|
||||
// This type wraps JITScript. It has three possible states.
|
||||
// - "Empty": no compilation has been attempted and there is no JITScript.
|
||||
// - "Unjittable": compilation failed and there is no JITScript.
|
||||
|
@ -389,6 +390,7 @@ struct JSScript : public js::gc::Cell
|
|||
|
||||
static void staticAsserts();
|
||||
};
|
||||
#endif // JS_METHODJIT
|
||||
|
||||
//
|
||||
// We order fields according to their size in order to avoid wasting space
|
||||
|
|
Загрузка…
Ссылка в новой задаче