Bug 826741 - Use the backtracking register allocator by default, r=jandem.

This commit is contained in:
Brian Hackett 2015-02-24 15:59:37 -06:00
parent ba21a224df
commit bc93e8af41

View File

@ -34,7 +34,7 @@ OptimizationInfo::initNormalOptimizationInfo()
loopUnrolling_ = true;
autoTruncate_ = true;
sink_ = true;
registerAllocator_ = RegisterAllocator_LSRA;
registerAllocator_ = RegisterAllocator_Backtracking;
inlineMaxTotalBytecodeLength_ = 1000;
inliningMaxCallerBytecodeLength_ = 10000;