ctrl: first pass at new thread registers cache; also checkpoint for progress on moving to new demon layer

This commit is contained in:
Ryan Fleury
2024-03-14 21:09:43 -07:00
parent 936c6149e3
commit aa7c30d85b
4 changed files with 120 additions and 22 deletions
+3 -1
View File
@@ -441,7 +441,9 @@ struct CTRL_ThreadRegCacheNode
CTRL_ThreadRegCacheNode *prev;
CTRL_MachineID machine_id;
DMN_Handle thread;
U128 regs_hash;
U64 block_size;
void *block;
U64 reggen_idx;
};
typedef struct CTRL_ThreadRegCacheSlot CTRL_ThreadRegCacheSlot;