mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 826741 - Use the backtracking register allocator by default, r=jandem.
This commit is contained in:
parent
ba21a224df
commit
bc93e8af41
@ -34,7 +34,7 @@ OptimizationInfo::initNormalOptimizationInfo()
|
||||
loopUnrolling_ = true;
|
||||
autoTruncate_ = true;
|
||||
sink_ = true;
|
||||
registerAllocator_ = RegisterAllocator_LSRA;
|
||||
registerAllocator_ = RegisterAllocator_Backtracking;
|
||||
|
||||
inlineMaxTotalBytecodeLength_ = 1000;
|
||||
inliningMaxCallerBytecodeLength_ = 10000;
|
||||
|
Loading…
Reference in New Issue
Block a user