mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-01-31 01:15:21 +01:00
docs: Remove instruction topology
Instructions are stored in a contiguous array. So having an intrusive linked list doesn't really make sense, Basic blocks will be responsible for indexing into the instructions array. Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
@@ -93,10 +93,6 @@ typedef struct
|
||||
// Bitfields.
|
||||
uint16_t flags;
|
||||
|
||||
// The Topology (Intrusive Linked List)
|
||||
uint32_t next;
|
||||
uint32_t previous;
|
||||
|
||||
// SSA versions
|
||||
// x3 = y1 + z2
|
||||
uint32_t definition; // x3
|
||||
|
||||
Reference in New Issue
Block a user