MCPcopy Create free account
hub / github.com/argumentcomputer/ix / CompileOptions

Class CompileOptions

crates/compile/src/compile.rs:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66pub static IX_TIMING: std::sync::LazyLock<bool> =
67 std::sync::LazyLock::new(|| std::env::var("IX_TIMING").is_ok());
68
69/// Log every aux-name claim: alias insertions, canonical patch name
70/// registrations, evaporation decisions, and call-site-plan
71/// registrations — with full addresses and block context. The
72/// cross-SCC ownership of `all[0].rec_N`-style names is invisible in
73/// normal logs; this flag exists to attribute both claimants when a
74/// name is contested (see plans/aux-recursor-alias-collision.md).
75/// Set via IX_LOG_AUX_NAMES=1.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected