Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swap to OS thread for special cases #2060

Conversation

davidwrighton
Copy link
Member

  • where we don't use an FCall or standard P/Invoke transition to go to C++ code
  • Do so by generalizing the C++ lambda technique used for the FCall transitions and make it available as a macro for these other transitions to use

Fixes #2051

- where we don't use an FCall or standard P/Invoke transition to go to C++ code
- Do so by generalizing the C++ lambda technique used for the FCall transitions and make it available as a macro for these other transitions to use

Fixes dotnet#2051
@davidwrighton davidwrighton merged commit 42bfadf into dotnet:feature/green-threads Nov 2, 2022
Comment on lines +607 to +609
RETURN;
END_ENSURE_ON_OS_THREAD();
return retAddr;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the late review - why does only this one have RETURN + return?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants