Skip to main content

dr_emit_flags_t_DR_EMIT_STORE_TRANSLATIONS

Constant dr_emit_flags_t_DR_EMIT_STORE_TRANSLATIONS 

Source
pub const dr_emit_flags_t_DR_EMIT_STORE_TRANSLATIONS: dr_emit_flags_t = 1;
Expand description

Store translation information at emit time rather than calling the basic block or trace event later to recreate the information. Note that even if a standalone basic block has stored translations, if when it is added to a trace it does not request storage (and the trace callback also does not request storage) then the basic block callback may still be called to translate for the trace.

\sa #dr_register_bb_event()