Skip to content

Use Julia's finalizer implementation#78

Merged
qinsoon merged 8 commits intommtk:masterfrom
qinsoon:use-julia-finalizer-impl
Jul 25, 2023
Merged

Use Julia's finalizer implementation#78
qinsoon merged 8 commits intommtk:masterfrom
qinsoon:use-julia-finalizer-impl

Conversation

@qinsoon
Copy link
Copy Markdown
Member

@qinsoon qinsoon commented Jul 13, 2023

This PR updates to mmtk/julia#22.

  • Remove code about registering and running finalizers (we use whatever Julia does).
  • Add code for finalizer scanning in Rust.

@qinsoon qinsoon force-pushed the use-julia-finalizer-impl branch from c6a3fc6 to 822ccb5 Compare July 24, 2023 01:45
@qinsoon qinsoon marked this pull request as ready for review July 24, 2023 01:47
@qinsoon qinsoon requested a review from udesou July 24, 2023 01:47
Copy link
Copy Markdown
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.

Looks good, and much cleaner with reusing their code. Hopefully future changes they make with their finaliser code don't affect whatever we have on the MMTk side.

@qinsoon qinsoon merged commit 2b153c6 into mmtk:master Jul 25, 2023
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