DescriptionFix a bug with register use in optimized Math.round.
We're not allowed to modify the input register and have to
use a temporary instead, otherwise the result of expressions
containing Math.round can be wrong.
BUG=106351
TEST=test/mjsunit/compiler/regress-106351.js
Committed: http://code.google.com/p/v8/source/detail?r=10190
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|