Reviewers: dcarney,

Description:
[turbofan] Initial attempt to cleanup Node and related classes.

- Make Node::Inputs and Node::Uses mostly STL compliant.
- Get rid of some pre-C++11 crappiness.
- Start moving unit tests from cctest to unittests.
- TrimInputCount() now tries to reserve inputs slots for
  later appending.
- Fix numerous style guide violations.

TEST=cctest,unittests
[email protected]

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

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

Affected files (+747, -670 lines):
  M BUILD.gn
  M src/compiler/arm/instruction-selector-arm.cc
  M src/compiler/arm64/instruction-selector-arm64.cc
  M src/compiler/common-operator.h
  M src/compiler/common-operator.cc
  M src/compiler/control-reducer.cc
  M src/compiler/graph-reducer.cc
  M src/compiler/graph-visualizer.cc
  M src/compiler/ia32/instruction-selector-ia32.cc
  M src/compiler/instruction-selector.cc
  M src/compiler/js-inlining.cc
  M src/compiler/machine-operator-reducer.cc
  M src/compiler/mips/instruction-selector-mips.cc
  M src/compiler/mips64/instruction-selector-mips64.cc
  M src/compiler/node.h
  M src/compiler/node.cc
  M src/compiler/node-properties.h
  A src/compiler/node-properties.cc
  M src/compiler/scheduler.cc
  M src/compiler/verifier.cc
  M src/compiler/x64/instruction-selector-x64.cc
  M test/cctest/compiler/test-control-reducer.cc
  M test/cctest/compiler/test-node.cc
  M test/unittests/compiler/graph-unittest.cc
  A test/unittests/compiler/node-properties-unittest.cc
  A test/unittests/compiler/node-unittest.cc
  M test/unittests/unittests.gyp
  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