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

Issue 18791002: Turn dead code elimination into a proper HPhase. (Closed)

Created:
7 years, 5 months ago by Benedikt Meurer
Modified:
7 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

Turn dead code elimination into a proper HPhase. R=dslomov@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15529

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use local worklists. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -115 lines) Patch
M src/hydrogen.h View 2 chunks +0 lines, -4 lines 0 comments Download
M src/hydrogen.cc View 4 chunks +3 lines, -99 lines 0 comments Download
A + src/hydrogen-dce.h View 1 1 chunk +11 lines, -12 lines 0 comments Download
A src/hydrogen-dce.cc View 1 1 chunk +125 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Benedikt Meurer
7 years, 5 months ago (2013-07-05 17:48:02 UTC) #1
Dmitry Lomov (no reviews)
https://codereview.chromium.org/18791002/diff/1/src/hydrogen-dce.h File src/hydrogen-dce.h (right): https://codereview.chromium.org/18791002/diff/1/src/hydrogen-dce.h#newcode53 src/hydrogen-dce.h:53: ZoneList<HValue*> worklist_; It looks like the uses of worklist_ ...
7 years, 5 months ago (2013-07-05 19:06:20 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/18791002/diff/1/src/hydrogen-dce.h File src/hydrogen-dce.h (right): https://codereview.chromium.org/18791002/diff/1/src/hydrogen-dce.h#newcode53 src/hydrogen-dce.h:53: ZoneList<HValue*> worklist_; On 2013/07/05 19:06:20, Dmitry Lomov (chromium) wrote: ...
7 years, 5 months ago (2013-07-06 07:30:42 UTC) #3
Dmitry Lomov (no reviews)
lgtm
7 years, 5 months ago (2013-07-07 00:09:22 UTC) #4
Benedikt Meurer
7 years, 5 months ago (2013-07-07 06:00:23 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r15529 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698