parallel compute common block

This commit is contained in:
Nikita Smith
2025-06-25 10:53:24 -07:00
committed by Ryan Fleury
parent a395398bdf
commit 2fbaafa32c
2 changed files with 55 additions and 36 deletions
+5
View File
@@ -89,6 +89,11 @@ typedef struct
struct {
HashTable **defns;
} gather_sects;
struct {
U64 *counts;
U64 *offsets;
LNK_CommonBlockContrib *contribs;
} common_block;
struct {
LNK_SectionContribChunk **chunks;
} sort_contribs;