In cases where we can't use the .preinit_array section (as in Darwin for
example) we instead use dynamic initialisation. We know that this
alternative approach will race with the initializers of other objects at
global scope, but this is strictly better than nothing.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 12587 Build 12587: arc lint + arc unit