jon.recoil.org

Module Regalloc_ls_utils.ClassIntervals

type t = {
  1. fixed_dll : Regalloc_ls_utils.Interval.t DLL.t;
  2. active_dll : Regalloc_ls_utils.Interval.t DLL.t;
  3. inactive_dll : Regalloc_ls_utils.Interval.t DLL.t;
}
val release_expired_intervals : Regalloc_ls_utils.ClassIntervals.t -> pos:int -> unit