mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-01-31 01:15:21 +01:00
docs: Add block_indices
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
@@ -230,4 +230,7 @@ typedef struct
|
||||
// Used to order hot and cold blocks in memory.
|
||||
uint32_t execution_count;
|
||||
} basic_block_t;
|
||||
|
||||
// All lists (predecessors, successors, dominance frontiers) are slices of this array.
|
||||
uint32_t block_indices[???];
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user