another checkpoint on new dbg info loading

This commit is contained in:
Ryan Fleury
2025-09-29 14:51:28 -07:00
parent 46527c8465
commit 08904c9e2d
2 changed files with 262 additions and 31 deletions
+7 -6
View File
@@ -43,12 +43,6 @@ struct DI2_Node
DI2_Node *next;
DI2_Node *prev;
// rjf: metadata
AccessPt access_pt;
U64 refcount;
U64 working_count;
U64 completion_count;
// rjf: key
DI2_Key key;
@@ -59,6 +53,13 @@ struct DI2_Node
FileProperties file_props;
Arena *arena;
RDI_Parsed rdi;
// rjf: metadata
AccessPt access_pt;
U64 refcount;
U64 batch_request_counts[2];
U64 working_count;
U64 completion_count;
};
typedef struct DI2_Slot DI2_Slot;