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 27827f8 commit b391f44Copy full SHA for b391f44
src/gc-heap-snapshot.cpp
@@ -140,7 +140,7 @@ JL_DLLEXPORT void record_node_to_gc_snapshot(jl_value_t *a) {
140
"", // string type;
141
"", // string name;
142
(size_t)a, // size_t id;
143
- 0, // size_t self_size;
+ /*jl_datatype_size(type)*/ 0, // size_t self_size;
144
0, // int edge_count;
145
0, // size_t trace_node_id;
146
0 // int detachedness; // 0 - unknown, 1 - attached; 2 - detached
0 commit comments