Skip to main content

FEATURE_TARGETS

Constant FEATURE_TARGETS 

Source
pub const FEATURE_TARGETS: &[&str];
Expand description

Targets carrying the runtime’s own internal diagnostics.

These are firehoses — gc logs every collection decision, env every symbol lookup — so base_filter pins them off rather than letting a blanket --debug turn them all on at once. Name the ones you want: -X debug:gc,jit, CLJRS_X_FLAG=trace:env, or RUST_LOG=gc=debug.

TargetEmitted by
gccljrs-gc: collection cycles, region allocation
envcljrs-runtime::env: symbol lookup
ircljrs-runtime::tiered: lowering, IR interpretation, cache eviction
jitcljrs-runtime::tiered and cljrs-compiler::jit: promotion, compilation, code-cache reclamation