Reviewers: rossberg,

Description:
Move input/output counts directly into Operators, simplying OperatorProperties.

This is a first step to refactoring OperatorProperties out of existence.
The next step is to inline OperatorProperties::GetXXXCount into the callers.

[email protected]
BUG=

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

Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+583, -496 lines):
  M src/compiler/common-operator.h
  M src/compiler/common-operator.cc
  M src/compiler/instruction-selector.cc
  M src/compiler/js-inlining.cc
  M src/compiler/js-operator.h
  M src/compiler/js-operator.cc
  M src/compiler/machine-operator.h
  M src/compiler/machine-operator.cc
  M src/compiler/opcodes.h
  M src/compiler/operator.h
  M src/compiler/operator.cc
  M src/compiler/operator-properties-inl.h
  M src/compiler/simplified-operator.h
  M src/compiler/simplified-operator.cc
  M src/compiler/verifier.cc
  M test/cctest/compiler/test-graph-reducer.cc
  M test/cctest/compiler/test-linkage.cc
  M test/cctest/compiler/test-node.cc
  M test/cctest/compiler/test-node-algorithm.cc
  M test/cctest/compiler/test-operator.cc
  M test/cctest/compiler/test-schedule.cc
  M test/unittests/compiler/common-operator-unittest.cc
  M test/unittests/compiler/graph-reducer-unittest.cc
  M test/unittests/compiler/js-operator-unittest.cc
  M test/unittests/compiler/value-numbering-reducer-unittest.cc


--
--
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