Reviewers: jarin, Michael Starzinger,
Message:
Jaro: PTAL
Michi: FYI
Description:
[turbofan] Unify frame state inputs.
Now all nodes that care about deoptimization always take frame state
inputs no matter whether deoptimization is enabled for a particular
function. In case that deoptimization is off, the AstGraphBuilder just
inserts the empty frame state. This greatly simplifies the logic in
various places and makes testing easier as well, and is probably the
first step towards enabling --turbo-deoptimization by default.
There seems to be no noticable performance impact on asm.js programs.
Also fix the graph replay in order to regenerate the scheduler unittests.
Please review this at https://codereview.chromium.org/1106613003/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+1355, -983 lines):
M src/compiler.h
M src/compiler.cc
M src/compiler/ast-graph-builder.cc
M src/compiler/change-lowering.cc
M src/compiler/graph.h
M src/compiler/graph-replay.cc
M src/compiler/instruction-selector.cc
M src/compiler/js-generic-lowering.cc
M src/compiler/js-inlining.cc
M src/compiler/js-intrinsic-lowering.cc
M src/compiler/js-type-feedback.cc
M src/compiler/js-typed-lowering.cc
M src/compiler/linkage.cc
M src/compiler/operator-properties.cc
M src/compiler/pipeline.cc
M test/unittests/compiler/control-flow-optimizer-unittest.cc
M test/unittests/compiler/js-intrinsic-lowering-unittest.cc
M test/unittests/compiler/js-operator-unittest.cc
M test/unittests/compiler/js-typed-lowering-unittest.cc
M test/unittests/compiler/node-test-utils.h
M test/unittests/compiler/node-test-utils.cc
M test/unittests/compiler/scheduler-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.