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
{{ message }}
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
Reflection-accessing threadstatic fields didn't work.
I'm also deleting a bunch of .NET Native code that is not relevant to CoreRT.
The .NET Native approach to threadstatics (using TLS region) is Windows-specific
and not portable.
The type loader support is incomplete (the compiler side is ready but runtime side is
still going to fail with a MissingTemplateException). I got tired and this diff is already
too big.
Contributes to dotnet#5137.
Reflection-accessing threadstatic fields didn't work.
I'm also deleting a bunch of .NET Native code that is not relevant to CoreRT.
The .NET Native approach to threadstatics (using TLS region) is Windows-specific
and not portable.
The type loader support is incomplete (the compiler side is ready but runtime side is
still going to fail with a MissingTemplateException). I got tired and this diff is already
too big.
Contributes to #5137.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This tracks implementing emission and reading of data structures that support
FieldInfo.GetValue
/SetValue
for thread static fields.We might also have to do something about them in the type loader.
The text was updated successfully, but these errors were encountered: