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

Issue 208683006: Disable dead code elimination of arguments object (Closed)

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

Description

Dead code elimination of inlined arguments objects causes wrong deopt info to be generated - instead of materializing the arguments, we get 'undefined'. Golem says the change is perf-neutral. R=mstarzinger@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=20529

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase #

Patch Set 3 : Remove IsDeletable from HArgumentsObject #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -7 lines) Patch
M src/hydrogen-instructions.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
A + test/mjsunit/regress/regress-355486.js View 1 chunk +7 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Jarin
6 years, 9 months ago (2014-03-25 15:27:44 UTC) #1
Jarin
On 2014/03/25 15:27:44, jarin wrote: ping
6 years, 8 months ago (2014-04-07 07:45:06 UTC) #2
Michael Starzinger
LGTM. https://codereview.chromium.org/208683006/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/208683006/diff/1/src/hydrogen-instructions.h#newcode3381 src/hydrogen-instructions.h:3381: virtual bool IsDeletable() const V8_FINAL V8_OVERRIDE { return ...
6 years, 8 months ago (2014-04-07 07:46:24 UTC) #3
Jarin
Thanks. https://codereview.chromium.org/208683006/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/208683006/diff/1/src/hydrogen-instructions.h#newcode3381 src/hydrogen-instructions.h:3381: virtual bool IsDeletable() const V8_FINAL V8_OVERRIDE { return ...
6 years, 8 months ago (2014-04-07 08:40:58 UTC) #4
Jarin
6 years, 8 months ago (2014-04-07 08:42:44 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r20529 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698