mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 968390 - Mark Math.pow as safe for parallel execution. r=luke
This commit is contained in:
parent
80ed1112a2
commit
19fe962648
@ -278,8 +278,8 @@ class ParallelSafetyVisitor : public MInstructionVisitor
|
||||
UNSAFE_OP(SetDOMProperty)
|
||||
UNSAFE_OP(NewStringObject)
|
||||
UNSAFE_OP(Random)
|
||||
UNSAFE_OP(Pow)
|
||||
UNSAFE_OP(PowHalf)
|
||||
SAFE_OP(Pow)
|
||||
SAFE_OP(PowHalf)
|
||||
UNSAFE_OP(RegExpTest)
|
||||
UNSAFE_OP(RegExpExec)
|
||||
UNSAFE_OP(RegExpReplace)
|
||||
|
Loading…
Reference in New Issue
Block a user