Hello, > Please add the following: > o A clarification that rows_length is used only (as an optimization) to > back off quickly from trying to schedule a node in a full row; that is, to > avoid running through futile DFA state transitions. > o An assert that ps->rows_length[i] equals the number of nodes in ps->rows > [i] (e.g., in verify_partial_schedule(); and then recheck...).
OK, I'm now testing a patch with these additions. Thanks, Revital