Reviewers: Benedikt Meurer,
Message:
Could you take a look, please?
Description:
Initial support for debugger frame state in Turbofan.
Bunch of changes were necessary:
- refactor attaching the frame states/lazy bailouts in AstGraphBuilder
(essentialy reland of r23096),
- attaching frame state to some JS nodes in a similar way to attaching
context (this is quite ugly and we should take another look at this),
- new bailout point for the debugger statement,
- register allocation constraints for the frame states,
- generating translations and deopt entries, attaching them to
safepoints,
- enabled one mjsunit test for debugger state that uses the generated
frame state.
BUG=
Please review this at https://codereview.chromium.org/492203002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+474, -317 lines):
M src/ast.h
M src/compiler/arm/code-generator-arm.cc
M src/compiler/arm/instruction-selector-arm.cc
M src/compiler/arm64/code-generator-arm64.cc
M src/compiler/arm64/instruction-selector-arm64.cc
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/common-operator.h
M src/compiler/graph-builder.cc
M src/compiler/graph-visualizer.cc
M src/compiler/ia32/code-generator-ia32.cc
M src/compiler/ia32/instruction-selector-ia32.cc
M src/compiler/instruction-selector.h
M src/compiler/instruction-selector.cc
M src/compiler/instruction-selector-impl.h
M src/compiler/js-generic-lowering.cc
M src/compiler/linkage.h
M src/compiler/linkage.cc
M src/compiler/linkage-impl.h
M src/compiler/node.h
M src/compiler/node.cc
M src/compiler/node-properties.h
M src/compiler/node-properties-inl.h
M src/compiler/operator-properties.h
M src/compiler/operator-properties-inl.h
M src/compiler/raw-machine-assembler.cc
M src/compiler/verifier.cc
M src/compiler/x64/code-generator-x64.cc
M src/compiler/x64/instruction-selector-x64.cc
M src/full-codegen.cc
M test/mjsunit/mjsunit.status
--
--
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.