Reviewers: Benedikt Meurer,

Message:
Could you take a look, please?

Description:
[turbofan] Factor out the function specific part from the frame state operator.

This also threads through the parameter count and local count to the instruction selector. This will be later used to allow merging of various StateValues vector
(and prepare for differential encoding which will not distinguish between
parameters, locals and expression stack).

BUG=

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

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

Affected files (+169, -79 lines):
  M src/compiler/ast-graph-builder.h
  M src/compiler/ast-graph-builder.cc
  M src/compiler/code-generator.cc
  M src/compiler/common-operator.h
  M src/compiler/common-operator.cc
  M src/compiler/frame-states.h
  M src/compiler/frame-states.cc
  M src/compiler/instruction.h
  M src/compiler/instruction.cc
  M src/compiler/instruction-selector.cc
  M src/compiler/js-graph.cc
  M src/compiler/js-inlining.cc
  M src/compiler/js-type-feedback.cc
  M src/compiler/js-typed-lowering.cc
  M test/cctest/compiler/test-js-typed-lowering.cc
  M test/unittests/compiler/graph-unittest.cc
  M test/unittests/compiler/instruction-selector-unittest.h
  M test/unittests/compiler/instruction-selector-unittest.cc
  M test/unittests/compiler/liveness-analyzer-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