Skip to content

Commit

Permalink
Make mark_obj32 like the 16 and 8 bit function by (JuliaLang#49240)
Browse files Browse the repository at this point in the history
pushing the parent into the remset
  • Loading branch information
gbaraldi authored Apr 4, 2023
1 parent 3f0f8d9 commit 50f50a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2070,6 +2070,7 @@ STATIC_INLINE jl_value_t *gc_mark_obj32(jl_ptls_t ptls, char *obj32_parent, uint
gc_heap_snapshot_record_object_edge((jl_value_t*)obj32_parent, slot);
}
}
gc_mark_push_remset(ptls, (jl_value_t *)obj32_parent, nptr);
return new_obj;
}

Expand Down

0 comments on commit 50f50a7

Please sign in to comment.