Skip to content

Commit

Permalink
missing gc_mark_push_remset in obj32 (JuliaLang#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-netto authored Nov 6, 2023
1 parent d5646c7 commit 92be98f
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 @@ -2048,6 +2048,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 92be98f

Please sign in to comment.