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

drop jl_gc_pool_alloc in favor of instrumented version #55085

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

d-netto
Copy link
Member

@d-netto d-netto commented Jul 9, 2024

And do some re-naming.

@d-netto d-netto added the GC Garbage collector label Jul 9, 2024
@d-netto d-netto requested review from NHDaly and gbaraldi July 9, 2024 09:36
@d-netto d-netto force-pushed the dcn-no-pool-alloc-instrumented branch from 0804a45 to 99c77e3 Compare July 9, 2024 09:41
@d-netto d-netto force-pushed the dcn-no-pool-alloc-instrumented branch from 99c77e3 to bc42429 Compare July 9, 2024 11:12
@d-netto
Copy link
Member Author

d-netto commented Jul 9, 2024

CC: @fingolfin, since you folks at Oscar et al. are probably the main users of Julia's embedding functionality.

I suspect this is not breaking for you folks, but please let me know if that's not the case.

Motivation of this PR is to trim the GC interface of DLLExported functions that must be implemented by a third-party GC (e.g. MMTk).

@fingolfin
Copy link
Contributor

Thank you for the notification! I think this is indeed fine for us.

@d-netto d-netto merged commit 2759961 into master Jul 9, 2024
7 checks passed
@d-netto d-netto deleted the dcn-no-pool-alloc-instrumented branch July 9, 2024 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GC Garbage collector
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants