Skip to content

[NativeAOT] Aging stacks#95221

Closed
VSadov wants to merge 7 commits into
dotnet:mainfrom
VSadov:stackAge
Closed

[NativeAOT] Aging stacks#95221
VSadov wants to merge 7 commits into
dotnet:mainfrom
VSadov:stackAge

Conversation

@VSadov

@VSadov VSadov commented Nov 25, 2023

Copy link
Copy Markdown
Member

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

@ghost

ghost commented Nov 25, 2023

Copy link
Copy Markdown

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

VSadov commented Nov 27, 2023

Copy link
Copy Markdown
Member Author

/azp run runtime-nativeaot-outerloop

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

if (generation == 0)
continue;

pThread->SetGeneration(0);

Copy link
Copy Markdown
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

ghost commented Dec 29, 2023

Copy link
Copy Markdown

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