mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Ensure off thread compilations are properly canceled on new type barriers or monitored bytecodes, bug 813559. r=dvander
This commit is contained in:
parent
7956b1abc2
commit
f547f24244
@ -2008,7 +2008,7 @@ JITCodeHasCheck(HandleScript script, jsbytecode *pc, RecompileKind kind)
|
||||
}
|
||||
#endif
|
||||
|
||||
if (script->hasAnyIonScript())
|
||||
if (script->hasAnyIonScript() || script->isIonCompilingOffThread())
|
||||
return false;
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user