mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 09:08:41 +00:00
44be29789ac300f7d257bd840e7850e21502ce46
The out-of-line push_item with __attribute__((flatten)) inlined push_back's callees into push_item, but push_item itself remained a function call barrier. Moving push_item inline lets the compiler inline push_back into the actual call sites (add_item, add_item_front).
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
594 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
