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

Merged
merged 1 commit into from
Feb 20, 2025

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 5 times, most recently from 209e7df to ff20eef Compare February 10, 2025 04:12
@udesou udesou force-pushed the refactor/wb-genericmemory branch 5 times, most recently from e8f646f to 1f174f2 Compare February 17, 2025 22:26
@udesou udesou force-pushed the refactor/wb-genericmemory branch from 1f174f2 to f288850 Compare February 18, 2025 23:21
@udesou udesou removed the request for review from gbaraldi February 19, 2025 00:05
@udesou udesou added the merge me PR is reviewed. Merge when all tests are passing label Feb 19, 2025
@udesou udesou force-pushed the refactor/wb-genericmemory branch from f288850 to 0647635 Compare February 20, 2025 05:20
@oscardssmith oscardssmith merged commit 378a425 into JuliaLang:master Feb 20, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GC Garbage collector merge me PR is reviewed. Merge when all tests are passing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants