• en

Module Schedgen

type code_dag_node = {
delay : int;
sons : (code_dag_node * int) list;
date : int;
length : int;
ancestors : int;
emitted_ancestors : int;
}
TODO: ocamlfind.1.5.2/compiler-libs/SchedgenTODO: ocamlfind.1.5.2/compiler-libs/Schedgen
type scheduler_generic = TODO: a
type #scheduler_generic = TODO: a
val reset : unit -> unit