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

Issue 656103002: Add JSGraph::GetCachedNodes and NodeCache::GetCachedNodes. These routines are necessary in the dead… (Closed)

Created:
6 years, 2 months ago by titzer
Modified:
6 years, 2 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Add JSGraph::GetCachedNodes and NodeCache::GetCachedNodes. These routines are necessary in the dead code elimination phase to trim away uses from unreachable nodes. R=bmeurer@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=24632

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+272 lines, -9 lines) Patch
M src/compiler/common-node-cache.h View 1 chunk +8 lines, -0 lines 0 comments Download
M src/compiler/js-graph.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/compiler/js-graph.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M src/compiler/node-cache.h View 2 chunks +3 lines, -9 lines 1 comment Download
M src/compiler/node-cache.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M test/cctest/compiler/test-js-constant-cache.cc View 3 chunks +176 lines, -0 lines 0 comments Download
M test/cctest/compiler/test-node-cache.cc View 1 chunk +60 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
titzer
6 years, 2 months ago (2014-10-15 12:04:44 UTC) #1
Benedikt Meurer
Urghs... LGTM with comment. https://codereview.chromium.org/656103002/diff/1/src/compiler/node-cache.h File src/compiler/node-cache.h (right): https://codereview.chromium.org/656103002/diff/1/src/compiler/node-cache.h#newcode10 src/compiler/node-cache.h:10: #include "src/compiler/node.h" Don't add the ...
6 years, 2 months ago (2014-10-15 12:06:39 UTC) #2
titzer
6 years, 2 months ago (2014-10-15 12:29:52 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as 24632 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698