Comment 12 for bug 1972043

Revision history for this message
Kees Cook (kees) wrote :

Any pathological workloads for specific projects should be analyzed to identify the source of the overhead (which is usually rapid large allocations that are immediately filled, so pre-initialization is not helpful). For these variables, projects can use the "uninitialized" variable attribute to opt out of the initialization.

But as a global option, it should stand.