https://codereview.chromium.org/1193833002/diff/1/src/compiler/dead-code-elimination.cc
File src/compiler/dead-code-elimination.cc (right):

https://codereview.chromium.org/1193833002/diff/1/src/compiler/dead-code-elimination.cc#newcode52
src/compiler/dead-code-elimination.cc:52: if (live_input_count == 0) {
I guess this can never happen. But I wanted to keep the existing
functionality of the ControlReducer. Maybe we want to replace this with
a CHECK at some point?

https://codereview.chromium.org/1193833002/diff/1/src/compiler/js-graph.cc
File src/compiler/js-graph.cc (right):

https://codereview.chromium.org/1193833002/diff/1/src/compiler/js-graph.cc#newcode206
src/compiler/js-graph.cc:206: Node* JSGraph::DeadControl() {
Renamed to Dead.

https://codereview.chromium.org/1193833002/

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