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

[NativeAOT] Aging stacks #95221

Closed
wants to merge 7 commits into from
Closed

[NativeAOT] Aging stacks #95221

wants to merge 7 commits into from

Conversation

VSadov
Copy link
Member

@VSadov VSadov commented Nov 25, 2023

Do not scan stacks that cannot possibly have any roots interesting to the current GC.

@ghost
Copy link

ghost commented Nov 25, 2023

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

Issue Details

experimenting

Author: VSadov
Assignees: -
Labels:

area-NativeAOT-coreclr

Milestone: -

@ghost ghost assigned VSadov Nov 25, 2023
@VSadov VSadov marked this pull request as draft November 25, 2023 01:25
@VSadov
Copy link
Member Author

VSadov commented Nov 27, 2023

/azp run runtime-nativeaot-outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

if (generation == 0)
continue;

pThread->SetGeneration(0);
Copy link
Member Author

Choose a reason for hiding this comment

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

Just setting generation to 0 as we do not want to dig through the entire stack and see what aged and what did not.

@ghost ghost closed this Dec 29, 2023
@ghost
Copy link

ghost commented Dec 29, 2023

Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it.

@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2024
@dotnet dotnet unlocked this conversation May 13, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jun 14, 2024
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant