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
Following the example of @jakobbotsch's implementation of CFG, I've implemented a small helper call to transition to the OS thread. (Effectively, it replaces the function pointer jumped to for the P/Invoke to jump through a helper function, after stashing away the extra details needed for the OS thread transition in TLS variables.
This change includes
- The JIT changes to do that
- New helper method enum for the magic helper function
- Implementation of arbitrary helper method
- Refactoring how inGreenThread flag is set so that we don't need an interstitial frame to make it work
Fixes#2018
Known issue from #2002
The text was updated successfully, but these errors were encountered: