We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb9f04 commit c897a13Copy full SHA for c897a13
src/gc-heap-snapshot.cpp
@@ -380,7 +380,7 @@ size_t record_node_to_gc_snapshot(jl_value_t *a) JL_NOTSAFEPOINT
380
ios_mem(&str_, 0);
381
JL_STREAM* str = (JL_STREAM*)&str_;
382
jl_static_show(str, (jl_value_t*)type);
383
-
+ node_type = StringRef((const char*)str_.buf, str_.size);
384
name = StringRef((const char*)str_.buf, str_.size);
385
}
386
0 commit comments