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

Refactoring write barrier for copying generic memory, but moving it from genericmemory.c #57252

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

udesou
Copy link
Contributor

@udesou udesou commented Feb 4, 2025

This PR moves stock-specific write barriers from jl_genericmemory_copyto into julia.h. Note that this PR can be merged independently, but is heavily connected with #57237. Ideally they should be combined, but this PR actually introduces new functions to the GC interface, and that is the main reason I'd like them to be reviewed separately. The code for either PR will have to be adapted depending on which one gets merged first.

@udesou udesou added the GC Garbage collector label Feb 4, 2025
@udesou udesou force-pushed the refactor/wb-genericmemory branch 4 times, most recently from a3fd4d3 to 2713ff1 Compare February 5, 2025 01:29
@udesou udesou force-pushed the refactor/wb-genericmemory branch from 2713ff1 to a0211fb Compare February 6, 2025 00:07
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.

2 participants