Reviewers: dcarney,

Message:
PTAL

Description:
[turbofan] Cleanup Graph and related classes.

- Move NodeMarker to its own file, and introduce a non
  templatized base class.
- Cleanup the include hell.
- Sanitize the Node construction methods now that we
  got rid of that GenericNode/GenericGraph stuff.
- Protect against NodeId overflow in Graph.
- Various minor cleanups.

TEST=cctest,mjsunit,unittests

Please review this at https://codereview.chromium.org/838783002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+205, -138 lines):
  M BUILD.gn
  M src/compiler/common-operator-reducer.cc
  M src/compiler/control-reducer.cc
  M src/compiler/graph.h
  M src/compiler/graph.cc
  M src/compiler/graph-builder.h
  M src/compiler/graph-reducer.h
  M src/compiler/loop-analysis.cc
  M src/compiler/node.h
  M src/compiler/node.cc
  A src/compiler/node-marker.h
  A src/compiler/node-marker.cc
  M src/compiler/scheduler.cc
  M src/compiler/simplified-operator-reducer.h
  M test/cctest/compiler/test-graph-reducer.cc
  M test/cctest/compiler/test-node-cache.cc
  M test/unittests/compiler/common-operator-reducer-unittest.cc
  M test/unittests/compiler/graph-reducer-unittest.cc
  M test/unittests/compiler/value-numbering-reducer-unittest.cc
  M tools/gyp/v8.gyp


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to