Skip to content

Commit

Permalink
tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vilterp committed Oct 7, 2021
1 parent fd07111 commit 3236b06
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 @@ -62,7 +62,7 @@ struct Edge {

const int k_node_number_of_fields = 7;
struct Node {
size_t type; // TODO: point at actual type here?
size_t type; // index into snapshot->node_types
string name;
size_t id; // This should be a globally-unique counter, but we use the memory address
size_t self_size;
Expand Down

0 comments on commit 3236b06

Please sign in to comment.