You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two small follow-ups from review feedback:
- `PhaseTimer::new_with(|| format!(...))` defers the label allocation
until `PLC_TIMING` is enabled. The pipeline driver previously paid
one `format!` per participant per stage even when timing was off,
perturbing the measurements that the instrumentation was meant to
observe.
- `UnitId::source_index() -> Option<usize>` replaces the
`unit_id.is_source()` + `unit_id.raw() as usize` pair at the
bookkeeper's closure-build site. The conversion is now encapsulated
and non-source ids can't slip through.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments