another checkpoint in big df entity elimination pass

This commit is contained in:
Ryan Fleury
2024-09-04 15:50:59 -07:00
parent 9968c6e491
commit f8fd32e328
16 changed files with 3728 additions and 3105 deletions
+3 -2
View File
@@ -169,8 +169,6 @@ struct MD_Node
MD_Node *parent;
MD_Node *first;
MD_Node *last;
// rjf: tag links
MD_Node *first_tag;
MD_Node *last_tag;
@@ -182,6 +180,9 @@ struct MD_Node
// rjf: source code info
U64 src_offset;
// rjf: user-controlled data attachments
U64 user_gen;
};
typedef struct MD_NodeRec MD_NodeRec;