Reviewers: jarin,

Message:
jarin: PTAL, mstarzinger: FYI

Description:
Make FrameStates recursive (to be used for inlining).

- Changes FrameState node to require a 4th input
  (use undefined as sentinel).
- Makes FrameStateDescriptor have a parent pointer.
- Instruction selection dumps dependencies of FrameState chain
  into the instruction.
- Code generator builds the translation for rec. FrameStates.
  (will require further integration tests)


[email protected]

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

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

Affected files (+215, -33 lines):
  M src/compiler/ast-graph-builder.h
  M src/compiler/ast-graph-builder.cc
  M src/compiler/code-generator.h
  M src/compiler/code-generator.cc
  M src/compiler/graph-builder.cc
  M src/compiler/instruction.h
  M src/compiler/instruction-selector.cc
  M src/compiler/operator-properties-inl.h
  M src/compiler/raw-machine-assembler.h
  M test/cctest/compiler/test-codegen-deopt.cc
  M test/compiler-unittests/instruction-selector-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