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

Issue 17657004: Refactor Hydrogen GVN into an HPhase and use the phase zone. (Closed)

Created:
7 years, 6 months ago by Benedikt Meurer
Modified:
7 years, 5 months ago
Reviewers:
Sven Panne, danno
CC:
v8-dev
Visibility:
Public.

Description

Refactor Hydrogen GVN into an HPhase and use the phase zone. The HGlobalValueNumberer class is renamed to HGlobalValueNumberingPhase, following the naming scheme suggested by danno@chromium.org in https://codereview.chromium.org/17458002 The GVN phase now uses the phase zone for all its allocations. Depends upon https://codereview.chromium.org/18022002 R=danno@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=15353

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rebased on https://codereview.chromium.org/18022002 #

Total comments: 1

Patch Set 3 : Fix nit #

Patch Set 4 : Correct CL #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -54 lines) Patch
M src/compiler.h View 1 3 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen.h View 1 3 2 chunks +3 lines, -1 line 0 comments Download
M src/hydrogen.cc View 1 3 2 chunks +4 lines, -16 lines 0 comments Download
M src/hydrogen-gvn.h View 1 3 chunks +17 lines, -13 lines 0 comments Download
M src/hydrogen-gvn.cc View 1 2 6 chunks +21 lines, -23 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Benedikt Meurer
7 years, 6 months ago (2013-06-25 13:27:36 UTC) #1
danno
https://codereview.chromium.org/17657004/diff/1/src/hydrogen-gvn.h File src/hydrogen-gvn.h (right): https://codereview.chromium.org/17657004/diff/1/src/hydrogen-gvn.h#newcode82 src/hydrogen-gvn.h:82: HGlobalValueNumberingPhase(HGraph* graph, Zone* zone); Why do you need to ...
7 years, 6 months ago (2013-06-25 15:20:54 UTC) #2
Benedikt Meurer
Rebased on https://codereview.chromium.org/18022002 using the phase zone now found in HPhase (actually CompilationPhase). https://codereview.chromium.org/17657004/diff/1/src/hydrogen-gvn.h File ...
7 years, 5 months ago (2013-06-27 08:20:04 UTC) #3
danno
LGTM with a nit https://codereview.chromium.org/17657004/diff/8001/src/hydrogen-gvn.cc File src/hydrogen-gvn.cc (right): https://codereview.chromium.org/17657004/diff/8001/src/hydrogen-gvn.cc#newcode615 src/hydrogen-gvn.cc:615: GVNFlagSet HGlobalValueNumberingPhase::CollectSideEffectsOnPathsToDominatedBlock Insert a line ...
7 years, 5 months ago (2013-06-27 13:04:30 UTC) #4
Benedikt Meurer
7 years, 5 months ago (2013-06-27 13:09:15 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r15353 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698