DescriptionMIPS: Fix flaky mjsunit/harmony/generators-iteration test failure.
This fixes the result allocation in EmitCreateIteratorResult,
when a GC is required. The Runtime call returns the allocated
pointer in v0 register, but the rest of the function was
expected it in a0 register. Refactored the function to use v0 for
the result in the whole function.
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=15965
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|