Closed
Description
@mikee47 and @slaff noted in the Sming repo that the core is calling the c++ ctors in reverse order:
SmingHub/Sming#1825 (comment)
Arduino/cores/esp8266/core_esp8266_main.cpp
Lines 199 to 206 in 074a801
I believe w/in a single file/TU, they should be called in the order in which they appear. So calling them backwards may break something if there are inter-object dependencies in global objects.
Metadata
Metadata
Assignees
Labels
No labels