DescriptionSchedule floating control.
This CL makes several changes to the scheduling algorithm to handle control
flow that is not connected to End. Such control nodes constitute "floating
control islands" that must be linearized by the schedule. This is done
by considering such nodes to be schedulable, and then editing the control
dependencies after a first pass of scheduling. Then a subsequent pass of
scheduling will place all nodes correctly into the fully connected graph.
R=mstarzinger@chromium.org, rossberg@chromium.org
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=23411
Patch Set 1 #
Total comments: 1
Patch Set 2 : #
Messages
Total messages: 3 (0 generated)
|