Hacker News new | ask | show | jobs
by myrmidon 420 days ago
No, just throw the __noinit attribute at every place where its needed.

You probably would not even need it in a lot of instances because the compiler would elide lots of dead stores (zeroing) even without hinting.