pub fn evaluate_render_certificate(
inputs: &RenderCertificateInputs,
dirty_rows: Vec<u16>,
) -> RenderCertificateExpand description
Evaluate the conservative production decision tree.
dirty_rows must be the buffer’s dirty row indices in ascending order;
it is only consulted when the decision narrows.