DescriptionFix bug in x64 >>> operator.
Whenever >>> produces a non-smi result, the binary op stub would
return a wrong result in case of a failed new-space allocation.
This also fixes the (flaky) sparse-array-reverse test which was failing
sometimes because of this.
BUG=v8:1359
TEST=mjsunit/sparse-array-reverse.js
Committed: http://code.google.com/p/v8/source/detail?r=7790
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|