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

Issue 17261028: MIPS: Fix stack frame reconstruction for generators with formal arguments. (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: Fix stack frame reconstruction for generators with formal arguments. Port r15230 (e2bbe01) Original commit message: The formal parameter count was always being treated as an untagged integer, but it is actually a Smi on ia32 and arm. BUG=v8:2355 TEST=mjsunit/harmony/generators-iteration

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
kilvadyb
7 years, 6 months ago (2013-06-20 15:07:36 UTC) #1
kisg
LGTM
7 years, 6 months ago (2013-06-20 15:13:52 UTC) #2
palfia
7 years, 6 months ago (2013-06-20 15:29:44 UTC) #3
Committed as r15250.

Powered by Google App Engine
This is Rietveld 408576698