mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-29 18:50:03 +00:00
parallel compute common block
This commit is contained in:
committed by
Ryan Fleury
parent
a395398bdf
commit
2fbaafa32c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user