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
As written, using task local data at all, even to store owned data, involves allocating on the local heap, turning on the GC. Because of this, many tasks that otherwise would not use GC are forced to.
Rewrite the TLS implementation and interface to not require the local heap.