docs: Add block_indices

Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
Ronald Caesar
2025-12-25 23:41:44 -04:00
parent 690b2a4729
commit 6eb336441f

View File

@@ -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[???];
```