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
Fix Issue 14932 - spec does not define what shared attribute does (#3556)
* Fix Issue 14932 - language spec does not define what shared does
Normal initialization of shared vars is OK.
Add atomicStore, atomicLoad example.
Add example showing casting to shared.
Mention shared globals use common storage not TLS.
* Only mutable globals are thread-local by default
0 commit comments