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

Skip conservative stack scanning if the current GC won't move objects #184

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

qinsoon
Copy link
Member

@qinsoon qinsoon commented Oct 13, 2024

This PR adds a check for conservative stack scanning: if the current GC does not move objects, the stack scanning will be skipped.

@qinsoon qinsoon requested a review from udesou October 15, 2024 03:57
Copy link
Contributor

@udesou udesou left a comment

Choose a reason for hiding this comment

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

LGTM.

@qinsoon qinsoon merged commit 418c020 into mmtk:v1.9.2+RAI Oct 15, 2024
21 checks passed
qinsoon added a commit to udesou/mmtk-julia that referenced this pull request Dec 17, 2024
qinsoon added a commit that referenced this pull request Dec 18, 2024
This PR ports #157 and
#184 to dev.

It also adds an optimization that if a task is not started, the
conservative stack scanning can be skipped for the task.

Merge with mmtk/julia#80.

---------

Co-authored-by: Yi Lin <qinsoon@gmail.com>
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.

2 participants