[Issue 19556] main thread static ctor/dtor should run both shared and thread-local simultaneously

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19556 Iain Buclaw changed: What|Removed |Added Priority|P1 |P4 --

[Issue 19556] main thread static ctor/dtor should run both shared and thread-local simultaneously

2019-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19556 --- Comment #1 from Steven Schveighoffer --- Working on a PR for this, and I've run into a couple of snags. 1. Because thread local and shared static ctors will be combined, it will cause cycles in code which has no cycles if you run them separate.