micro-os-plus/micro-os-plus-iii

Revert members of statically initialised lists to BSS

Closed this issue · 2 comments

ilg-ul commented

The statically initialised lists should be reverted to BSS zero in the destructor, to prepare them for possible subsequent placement constructor calls.

ilg-ul commented

Fixed on 2023-05-03.

ilg-ul commented

Unfortunately clearing members in destructors is not possible, due to GCC dead store elimination optimisation.