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

Remove code that iterates over bindings table #91

Merged
merged 3 commits into from
Sep 13, 2023

Conversation

udesou
Copy link
Contributor

@udesou udesou commented Aug 14, 2023

This PR tries to remove code that iterates over bindings table within a module. This may cause issues because we load information from this table, and if/when we support moving, the fields loaded might be obsolete. Given that we process the edge &m->bindings, it is not clear whether we need to iterate over the table when processing the module.
Perhaps, before merging this PR we should consult with people familiar with Julia's stock GC to confirm that this change won't cause any unknown problems.
Note that this PR should close #49.

@udesou udesou requested a review from qinsoon August 14, 2023 06:39
Copy link
Member

@qinsoon qinsoon left a comment

Choose a reason for hiding this comment

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

LGTM. Better check with Julia developers to see if there is any special consideration for this code.

@kpamnany
Copy link
Collaborator

Cc: @d-netto

@udesou udesou merged commit 6d86853 into mmtk:master Sep 13, 2023
9 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.

Duplicated edges in scanning jl_module_type
3 participants