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

Issue 1253009: Move flow graph and helper classes to their own file. (Closed)

Created:
10 years, 9 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Move flow graph and helper classes to their own file. The FlowGraph, FlowGraphBuilder, and flow graph node classes are moved to src/flow-graph.cc. Committed: http://code.google.com/p/v8/source/detail?r=4287

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1381 lines, -1276 lines) Patch
M src/SConscript View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/data-flow.h View 2 chunks +3 lines, -338 lines 0 comments Download
M src/data-flow.cc View 4 chunks +383 lines, -938 lines 0 comments Download
A src/flow-graph.h View 1 chunk +379 lines, -0 lines 0 comments Download
A src/flow-graph.cc View 1 chunk +588 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base.vcproj View 1 chunk +8 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base_arm.vcproj View 1 chunk +8 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base_x64.vcproj View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
10 years, 9 months ago (2010-03-25 15:10:51 UTC) #1
fschneider
10 years, 9 months ago (2010-03-25 15:41:14 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698