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

Issue 225283006: Fix materialization of accessor frames with captured receivers (Closed)

Created:
6 years, 8 months ago by Jarin
Modified:
6 years, 8 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Fix materialization of accessor frames with captured receivers I have fixed skipping of the receiver object to materialize captured objects. This is done with a new DoTranslateSkip method. We should consider unifying DoTranslateSkip, DoTranslateObject and DoTranslateCommand as they do the almost the same thing - they only differ in where they store the result. The change also turns bunch of ASSERTs into CHECKs. R=mstarzinger@chromium.org BUG=359441 TEST=test/mjsunit/regress/regress-359441.js LOG=N Committed: https://code.google.com/p/v8/source/detail?r=20978

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase #

Patch Set 3 : Fix comment, rename #

Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -79 lines) Patch
M src/deoptimizer.h View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M src/deoptimizer.cc View 1 2 57 chunks +143 lines, -74 lines 0 comments Download
A + test/mjsunit/regress/regress-359441.js View 1 1 chunk +7 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Jarin
6 years, 8 months ago (2014-04-04 13:15:27 UTC) #1
Jarin
On 2014/04/04 13:15:27, jarin wrote: ping.
6 years, 8 months ago (2014-04-25 11:45:36 UTC) #2
Michael Starzinger
LGTM (sorry, totally fell through the cracks). https://codereview.chromium.org/225283006/diff/1/src/deoptimizer.h File src/deoptimizer.h (right): https://codereview.chromium.org/225283006/diff/1/src/deoptimizer.h#newcode338 src/deoptimizer.h:338: // Translate ...
6 years, 8 months ago (2014-04-25 12:29:59 UTC) #3
Jarin
6 years, 8 months ago (2014-04-25 12:58:24 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r20978 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698