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

Issue 16855009: MIPS: Delegating yield does not re-box result objects. (Closed)

Created:
7 years, 6 months ago by kilvadyb
Modified:
7 years, 6 months ago
Reviewers:
wingo, Paul Lind, palfia, danno, kisg
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Delegating yield does not re-box result objects. Port r15113 (9d28761) Delegating yield (yield*) should just pass on the iterator results it receives instead of re-boxing them. TEST=mjsunit/harmony/generators-iteration BUG=

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -12 lines) Patch
M src/mips/full-codegen-mips.cc View 3 chunks +9 lines, -12 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
kilvadyb
7 years, 6 months ago (2013-06-13 16:53:20 UTC) #1
Paul Lind
LGTM, but please fix the nit. https://codereview.chromium.org/16855009/diff/1/src/mips/full-codegen-mips.cc File src/mips/full-codegen-mips.cc (right): https://codereview.chromium.org/16855009/diff/1/src/mips/full-codegen-mips.cc#newcode2124 src/mips/full-codegen-mips.cc:2124: CallIC(value_ic); // result.value ...
7 years, 6 months ago (2013-06-13 17:32:46 UTC) #2
palfia
I cannot upload a new patchset to this issue (I don't own this issue), but ...
7 years, 6 months ago (2013-06-13 17:45:29 UTC) #3
palfia
7 years, 6 months ago (2013-06-13 17:48:03 UTC) #4
Committed as r15131.

Powered by Google App Engine
This is Rietveld 408576698