https://github.com/charguer/ocaml
Raw File
Tip revision: 6eee0702bbff465e6411d04d280b454df522484a authored by Xavier Leroy on 13 May 2003, 09:11:18 UTC
MAJ version
Tip revision: 6eee070
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