mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 09:08:41 +00:00
18b00fb3fcf3912ab660b54a2242a42292b05706
Inlining push_item into add_item bloated the dedup loop, causing the compiler to make worse inlining decisions. Total time went from 44µs to 64.5µs. Restore out-of-line with __attribute__((flatten)) which keeps add_item's dedup loop tight while still inlining push_back's callees into push_item.
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%
