Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Issue 21244003: MIPS: Fix flaky mjsunit/harmony/generators-iteration test failure. (Closed)

Created:
7 years, 4 months ago by palfia
Modified:
7 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -8 lines) Patch
M src/mips/full-codegen-mips.cc View 2 chunks +7 lines, -8 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
palfia
PTAL.
7 years, 4 months ago (2013-07-30 20:31:37 UTC) #1
Paul Lind
LGTM.
7 years, 4 months ago (2013-07-30 21:14:45 UTC) #2
palfia
7 years, 4 months ago (2013-07-30 22:29:00 UTC) #3
Message was sent while issue was closed.
Committed manually as r15965 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698