Backed out changeset e5cf40b38bd7 (bug 859545) for jit-test failures.

This commit is contained in:
Ryan VanderMeulen 2013-04-08 20:43:10 -04:00
parent 7a8e78f8ae
commit cf0d711211

View File

@ -88,7 +88,7 @@ struct IonOptions
// Toggles whether compilation occurs off the main thread.
//
// Default: true iff the build is JS_THREADSAFE.
// Default: true iff there are at least two CPUs available
bool parallelCompilation;
// How many invocations or loop iterations are needed before functions
@ -202,11 +202,7 @@ struct IonOptions
rangeAnalysis(true),
uce(true),
eaa(true),
#ifdef JS_THREADSAFE
parallelCompilation(true),
#else
parallelCompilation(false),
#endif
baselineUsesBeforeCompile(10),
usesBeforeCompile(1000),
usesBeforeCompileNoJaeger(40),