Make "static const" initializer to zero explicit, since truly
constant values should not end up in the BSS. We're better off having the compiler put it in the .rodata section (which it will, thanks to the initializer and the "const"), since that will result in it being nicely cacheable in shared SMP caches.
Showing
Please register or sign in to comment