Skip to content

Commit

Permalink
Add the actual datatype to the heapsnapshot. This groups objects of t…
Browse files Browse the repository at this point in the history
…he same type together (#56596)
  • Loading branch information
gbaraldi authored Dec 7, 2024
1 parent 6cb9f04 commit c897a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc-heap-snapshot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ size_t record_node_to_gc_snapshot(jl_value_t *a) JL_NOTSAFEPOINT
ios_mem(&str_, 0);
JL_STREAM* str = (JL_STREAM*)&str_;
jl_static_show(str, (jl_value_t*)type);

node_type = StringRef((const char*)str_.buf, str_.size);
name = StringRef((const char*)str_.buf, str_.size);
}

Expand Down

2 comments on commit c897a13

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package evaluation job you requested has completed - possible new issues were detected.
The full report is available.

Please sign in to comment.