mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 983580 - IonMonkey: Use backtracking allocator for asmjs style code, r=luke
This commit is contained in:
parent
6064ae5c0e
commit
d97b468d31
@ -54,6 +54,7 @@ OptimizationInfo::initAsmjsOptimizationInfo()
|
||||
level_ = Optimization_AsmJS;
|
||||
edgeCaseAnalysis_ = false;
|
||||
eliminateRedundantChecks_ = false;
|
||||
registerAllocator_ = RegisterAllocator_Backtracking;
|
||||
}
|
||||
|
||||
uint32_t
|
||||
|
Loading…
Reference in New Issue
Block a user