goblint.incremental
Serialize
Serialization/deserialization of incremental analysis data.
goblint.backtrace
goblint.build-info
goblint.cdomain
goblint.common
goblint.config
goblint.constraint
goblint.domain
goblint.lib
goblint.library
goblint.logs
goblint.parallel
goblint.sites
goblint.solver
goblint.std
goblint.timing
goblint.tracing
goblint_cdomain_value
val incremental_data_file_name : string
val results_dir : string
type operation =
| Save
| Load
val incremental_dirname : operation -> string
Returns the name of the directory used for loading/saving incremental data
val gob_directory : operation -> Fpath.t
val gob_results_dir : operation -> Fpath.t
val server : unit -> bool
val marshal : 'a -> Fpath.t -> unit
val unmarshal : Fpath.t -> 'a
val results_exist : unit -> bool
module Cache : sig ... end
Module to cache the data for incremental analaysis during a run, before it is stored to disk, as well as for the server mode