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

Issue 15009008: MIPS: Generators return boxed values (Closed)

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

Description

MIPS: Generators return boxed values Port r14563 (6d01adb8) Original commit message: Generators now box their return values in object literals of the form { value: VAL, done: DONE } where DONE is false for yield expressions, and true for return statements. BUG= Committed: https://code.google.com/p/v8/source/detail?r=14582

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
palfia
7 years, 7 months ago (2013-05-07 22:53:12 UTC) #1
Paul Lind
lgtm
7 years, 7 months ago (2013-05-07 23:09:23 UTC) #2
palfia
7 years, 7 months ago (2013-05-07 23:14:44 UTC) #3
Message was sent while issue was closed.
Committed manually as r14582 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698