You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MERGE #1396@ThomsonTan] Check fast path of Math.pow in interpreter to make the result consistent with JIT code
Merge pull request #1396 from ThomsonTan:FixMathPowInconsistency
Interpreter always go to slow path of Math.pow because the perf win is not substantial in interpreter, and but could give more accurate float point result. This leads to result inconsistency between JIT code and interpreter. This fix checks fast path in interpreter to make the result consistent.
0 commit comments