mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Switch GVN to pessimistic by default (bug 723536 stopgap, r=mrosenberg).
--HG-- extra : rebase_source : 0b3ee6128b90e91602b39d87509ff83ef9e07a60
This commit is contained in:
parent
7934d69f74
commit
e6089a8609
@ -117,7 +117,7 @@ struct IonOptions
|
||||
IonOptions()
|
||||
: enabled(false),
|
||||
gvn(true),
|
||||
gvnIsOptimistic(true),
|
||||
gvnIsOptimistic(false),
|
||||
licm(true),
|
||||
osr(true),
|
||||
lsra(true),
|
||||
|
Loading…
Reference in New Issue
Block a user