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

Issue 16735005: MIPS: Generator object "next" method takes optional send value. (Closed)

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

Description

MIPS: Generator object "next" method takes optional send value. Port r15028 (258a047) Original commit message: Update the generators implementation to make "next" also do the job of what was previously called "send" by taking an optional argument. Remove send, and do a bunch of renamings. BUG=v8:2355, v8:2715

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
kilvadyb
7 years, 6 months ago (2013-06-10 15:13:07 UTC) #1
Paul Lind
lgtm
7 years, 6 months ago (2013-06-10 16:56:56 UTC) #2
palfia
7 years, 6 months ago (2013-06-10 18:14:59 UTC) #3
Committed as r15049.

Powered by Google App Engine
This is Rietveld 408576698