Module Cfg_format
type cfg_item_info = | Cfg of Cfg_with_layout.t| Data of Cmm.data_item list| Cfg_before_regalloc of {cfg_with_layout_and_relocatable_regs : Cfg_with_layout.t * Reg.t list;cmm_label : Label.t;reg_stamp : int;
}
type cfg_unit_info = {mutable unit : Compilation_unit.t;mutable items : Cfg_format.cfg_item_info list;
}val save : string -> Cfg_format.cfg_unit_info -> unitval restore : string -> Cfg_format.cfg_unit_info * Stdlib.Digest.t