As I know, local static variables must be initialized on first function execute. I understand, it is not efficient for constant initializators, so this case can be handled as global static initialization done.