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

Issue 17099008: Dead code elimination must not delete HArgumentsObject (Closed)

Created:
7 years, 6 months ago by Jakob Kummerow
Modified:
7 years, 6 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Dead code elimination must not delete HArgumentsObject BUG=chromium:249894 Closing in favor of https://codereview.chromium.org/16938009/.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/hydrogen-instructions.h View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 2 (0 generated)
Sven Panne
https://codereview.chromium.org/17099008/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/17099008/diff/1/src/hydrogen-instructions.h#newcode3236 src/hydrogen-instructions.h:3236: virtual bool IsDeletable() const { return false; } DBC: ...
7 years, 6 months ago (2013-06-16 13:33:55 UTC) #1
Jakob Kummerow
7 years, 6 months ago (2013-06-17 11:09:11 UTC) #2
Message was sent while issue was closed.
On 2013/06/16 13:33:55, Sven Panne wrote:
> https://codereview.chromium.org/17099008/diff/1/src/hydrogen-instructions.h
> File src/hydrogen-instructions.h (right):
> 
>
https://codereview.chromium.org/17099008/diff/1/src/hydrogen-instructions.h#n...
> src/hydrogen-instructions.h:3236: virtual bool IsDeletable() const { return
> false; }
> DBC: Just remove the whole line, 'false' is the (safe) default, anyway...

Good point; but Michael has a better fix anyway (preserving deletability of
HArgumentsObject). Closing this issue.

Powered by Google App Engine
This is Rietveld 408576698