Module Cemitcodes
type reloc_info
=
|
Reloc_annot of Vmvalues.annot_switch
|
Reloc_const of Vmvalues.structured_constant
|
Reloc_getglobal of Names.Constant.t
|
Reloc_proj_name of Names.Projection.Repr.t
type patches
type emitcodes
val patch : emitcodes -> patches -> (reloc_info -> int) -> Vmvalues.tcode
type to_patch
= emitcodes * patches * Cbytecodes.fv
type body_code
=
|
BCdefined of to_patch
|
BCalias of Names.Constant.t
|
BCconstant
type to_patch_substituted
val from_val : body_code -> to_patch_substituted
val force : to_patch_substituted -> body_code
val subst_to_patch_subst : Mod_subst.substitution -> to_patch_substituted -> to_patch_substituted
val repr_body_code : to_patch_substituted -> Mod_subst.substitution list option * body_code
val to_memory : (Cbytecodes.bytecodes * Cbytecodes.bytecodes * Cbytecodes.fv) -> to_patch
init code, fun code, fv