https://github.com/charguer/ocaml
Raw File
Tip revision: dd223555d671fa2abd8fdbb65bc590d9a8f3d555 authored by No author on 29 September 2003, 14:05:02 UTC
This commit was manufactured by cvs2svn to create tag 'ocaml307'.
Tip revision: dd22355
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