https://github.com/charguer/ocaml
Raw File
Tip revision: 5e1bf20850aaa9b1ceb86a971848609ee9e84c47 authored by Jun FURUSE / 古瀬 淳 on 18 June 2004, 05:04:14 UTC
port to the latest ocaml (2004/06/18)
Tip revision: 5e1bf20
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