DescriptionRe-apply "Inline floating point compare"
This re-applies r4220 and r4233, which was reverted in r4254 due to a bug. This bug has now been fixed, with the only change being line 2884 changed from
__ SmiTag(left_side->reg());
to
__ SmiTag(operand->reg());
Added a regression test.
BUG=http://crbug.com/39160
TEST=test/mjsunit/regress/regress-crbug-39160.js
Committed: http://code.google.com/p/v8/source/detail?r=4261
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|