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

Unregister PPPs when they are no longer PPPs #110

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Conversation

wks
Copy link
Collaborator

@wks wks commented Oct 16, 2024

This commit, together with a commit in the ruby repo, allows the GC to remove objects from the list of registered PPPs when they are no longer PPPs. Specifically, iseq objects will stop being PPPs since ISEQ_COMPILE_DATA_CLEAR.

This commit also adds eBPF tracing extensions to track the number of PPPs and their children involved when pinning or unpinning PPP children, and the number of PPPs removed when cleaning up the PPP list, and visualize them on the generated timeline plot.

This commit, together with a commit in the `ruby` repo, allows the GC to
remove objects from the list of registered PPPs when they are no longer
PPPs.  Specifically, iseq objects will stop being PPPs since
ISEQ_COMPILE_DATA_CLEAR.

This commit also adds eBPF tracing extensions to track the number of
PPPs and their children involved when pinning or unpinning PPP children,
and the number of PPPs removed when cleaning up the PPP list, and
visualize them on the generated timeline plot.
This was referenced Oct 16, 2024
@wks wks merged commit e9afc44 into mmtk:master Oct 16, 2024
8 checks passed
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.

1 participant