https://github.com/charguer/ocaml
Raw File
Tip revision: ce186d60276ed4549c597a08a1cb46bac8e29ebe authored by Maxence Guesdon on 20 October 2005, 12:55:52 UTC
fix changes of ocamldoc
Tip revision: ce186d6
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