https://github.com/charguer/ocaml
Raw File
Tip revision: 962e3f1912d8d1d28f3f109721ea6594aa96f3bd authored by No author on 02 January 2008, 14:03:01 UTC
This commit was manufactured by cvs2svn to create tag 'ocaml3101rc2'.
Tip revision: 962e3f1
coloring.mli
(***********************************************************************)
(*                                                                     *)
(*                           Objective Caml                            *)
(*                                                                     *)
(*            Xavier Leroy, projet Cristal, INRIA Rocquencourt         *)
(*                                                                     *)
(*  Copyright 1996 Institut National de Recherche en Informatique et   *)
(*  en Automatique.  All rights reserved.  This file is distributed    *)
(*  under the terms of the Q Public License version 1.0.               *)
(*                                                                     *)
(***********************************************************************)

(* $Id$ *)

(* Register allocation by coloring of the interference graph *)

val allocate_registers: unit -> unit
back to top