Skip to main content

dr_emit_flags_t_DR_EMIT_PERSISTABLE

Constant dr_emit_flags_t_DR_EMIT_PERSISTABLE 

Source
pub const dr_emit_flags_t_DR_EMIT_PERSISTABLE: dr_emit_flags_t = 2;
Expand description

Only valid when applied to a basic block. Indicates that the block is eligible for persisting to a persistent code cache file on disk. By default, no blocks are eligible, as tools must take care in order to properly support persistence. Note that the block is not guaranteed to be persisted if it contains complex features that prevent DR from easily persisting it.