Files
esphome/esphome
J. Nick KostonandClaude Opus 4.6 ea1cfa9c1e [core] Inline WarnIfComponentBlockingGuard::finish() into header
The fast path (millis + subtract + compare) is tiny and called once
per component per loop iteration. Moving it inline eliminates a
call8/retw pair per component, reducing main loop overhead.

The cold warning path (warn_if_blocking) and runtime stats recording
remain out-of-line in component.cpp.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-13 20:50:15 -10:00
..
2025-12-08 14:37:45 -05:00
2025-12-18 00:06:52 +00:00