DescriptionARM: Correctness fix to Math.pow optimization
The change in r4990 contained a bug in Math.pow when then exponent was a large negative smi. In that case calculating 1/Math.pow(x,-y) did not provide the correct result as Math.pow(x,-y) would overflow ti infinity. This was caught by Sputnik test S8.5_A13_T1.
Committed: http://code.google.com/p/v8/source/detail?r=4994
Patch Set 1 #Patch Set 2 : '' #Messages
Total messages: 3 (0 generated)
|