Bug 983580 - IonMonkey: Use backtracking allocator for asmjs style code, r=luke

This commit is contained in:
Hannes Verschore 2014-03-27 16:59:38 +01:00
parent 6064ae5c0e
commit d97b468d31

View File

@ -54,6 +54,7 @@ OptimizationInfo::initAsmjsOptimizationInfo()
level_ = Optimization_AsmJS;
edgeCaseAnalysis_ = false;
eliminateRedundantChecks_ = false;
registerAllocator_ = RegisterAllocator_Backtracking;
}
uint32_t