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

Gc enter/leave/poll without HELPER_METHOD_FRAME #109378

Merged
merged 39 commits into from
Jan 16, 2025

Conversation

davidwrighton
Copy link
Member

@davidwrighton davidwrighton commented Oct 30, 2024

Rewrite gc polling logic as a managed helper and remove the stress helper. Also move the pinvoke suspension and rare disable paths to take advantage of the QCall infrastructure.

…ss static data. Should result in very similar to native codegen patterns
…tics even when tls jit optimizations are disabled
Copy link
Contributor

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

@davidwrighton davidwrighton changed the title Gc poll without HELPER_METHOD_FRAME Gc enter/leave/poll without HELPER_METHOD_FRAME Jan 8, 2025
src/coreclr/vm/jithelpers.cpp Outdated Show resolved Hide resolved
src/coreclr/vm/i386/jithelp.S Outdated Show resolved Hide resolved
src/coreclr/vm/i386/jithelp.S Outdated Show resolved Hide resolved
@davidwrighton davidwrighton marked this pull request as ready for review January 9, 2025 23:08
Fixes for the X86 Unix assembly paths

Co-authored-by: Adeel Mujahid <[email protected]>
@davidwrighton
Copy link
Member Author

/azp run runtime-coreclr gcstress0x3-gcstress0xc

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@dotnet dotnet deleted a comment from azure-pipelines bot Jan 15, 2025
@davidwrighton davidwrighton merged commit be318b1 into dotnet:main Jan 16, 2025
105 of 107 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants