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

Issue 16923008: MIPS: Use keyed-call inline caches in delegating yield. (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: Use keyed-call inline caches in delegating yield. Port r15111 (7de1a19) Original commit message: Since we can't assume anything about the shape of the iterator in a yield* (delegating yield), use an IC to do the next() and throw() iterator method calls. BUG=v8:2691 TEST=mjsunit/regress/regress-2691

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
kilvadyb
7 years, 6 months ago (2013-06-13 15:40:07 UTC) #1
Paul Lind
lgtm
7 years, 6 months ago (2013-06-13 16:32:02 UTC) #2
palfia
7 years, 6 months ago (2013-06-13 16:51:11 UTC) #3
Committed as r15128.

Powered by Google App Engine
This is Rietveld 408576698