You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle application of nocommon semantics by explicit initialization. Initialized data is emitted into `.data` where as global declarations are implicitly zero'ed by means of emission into `.bss`. `__nocommon__` ensures that the data is emitted into `.data`.
0 commit comments