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

Issue 17485002: Fix stack frame reconstruction for generators with formal arguments (Closed)

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

Description

Fix stack frame reconstruction for generators with formal arguments The formal parameter count was always being treated as an untagged integer, but it is actually a Smi on ia32 and arm. R=mstarzinger@chromium.org BUG=v8:2355 TEST=mjsunit/harmony/generators-iteration Committed: http://code.google.com/p/v8/source/detail?r=15230

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -2 lines) Patch
M src/arm/full-codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/harmony/generators-iteration.js View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
wingo
7 years, 6 months ago (2013-06-20 08:14:31 UTC) #1
Michael Starzinger
LGTM.
7 years, 6 months ago (2013-06-20 10:45:00 UTC) #2
wingo
7 years, 6 months ago (2013-06-20 10:48:44 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r15230 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698