spectec
Spectec.Caches
builtin
dangling
dynamic
dynamic_al
dynamic_pl
dynamic_runner
dynamic_sl
error_runtime
inst
instr
interp_al
interp_common
interp_pl
interp_sl
p4
p4spectec.backend_boot
p4spectec.backend_sim
p4spectec.backend_splice
p4spectec.backend_testgen_neg
p4spectec.cache
p4spectec.coverage
p4spectec.domain
p4spectec.frontend
p4spectec.interface
p4spectec.interp
p4spectec.lang
p4spectec.pass
p4spectec.runner
p4spectec.runtime
p4spectec.stf
p4spectec.util
prose
sim
static
testgen_neg
type
value
module Il = Lang.Il
module VCache = Runtime.Dynamic.Caches.ValueCache
module MCache = Domain.Caches.MixopCache
type cache = {
mutable enabled : bool;
boot_mixop : Il.value MCache.t;
boot_value : Il.value VCache.t;
boot_value_pingpong : Il.value VCache.t;
unboot_mixop : Il.mixop VCache.t;
unboot_typ : Il.typ VCache.t;
unboot_value : Il.value VCache.t;
unboot_value_pingpong : Il.value VCache.t;
}
val find_boot_mixop_cache : (Il.mixop -> Il.value option) Stdlib.ref
val add_boot_mixop_cache : (Il.mixop -> Il.value -> unit) Stdlib.ref
val find_boot_value_cache : (Il.value -> Il.value option) Stdlib.ref
val add_boot_value_cache : (Il.value -> Il.value -> unit) Stdlib.ref
val find_boot_value_pingpong_cache : (Il.value -> Il.value option) Stdlib.ref
val add_boot_value_pingpong_cache : (Il.value -> Il.value -> unit) Stdlib.ref
val find_unboot_mixop_cache : (Il.value -> Il.mixop option) Stdlib.ref
val add_unboot_mixop_cache : (Il.value -> Il.mixop -> unit) Stdlib.ref
val find_unboot_typ_cache : (Il.value -> Il.typ option) Stdlib.ref
val add_unboot_typ_cache : (Il.value -> Il.typ -> unit) Stdlib.ref
val find_unboot_value_cache : (Il.value -> Il.value option) Stdlib.ref
val add_unboot_value_cache : (Il.value -> Il.value -> unit) Stdlib.ref
val find_unboot_value_pingpong_cache : (Il.value -> Il.value option) Stdlib.ref
val add_unboot_value_pingpong_cache : (Il.value -> Il.value -> unit) Stdlib.ref
val make_cache : unit -> cache
val cache_enable : cache -> unit
val cache_disable_reset : cache -> unit
val cache_clear : cache -> unit
val stack : cache option list Stdlib.ref
val curr : cache option Stdlib.ref
val install_none : unit -> unit
val install_some : cache -> unit
val install : cache option -> unit
val push_cache : cache -> unit
val pop_cache : unit -> unit