Macro cranelift_codegen::trace
source · macro_rules! trace { ($($tt:tt)*) => { ... }; }
Expand description
Even when trace logging is disabled, the trace macro has a significant performance cost so we disable it by default.
macro_rules! trace { ($($tt:tt)*) => { ... }; }
Even when trace logging is disabled, the trace macro has a significant performance cost so we disable it by default.